Skip to content

Commit

Permalink
🔄 synced file(s) with conda/infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-bot committed Apr 29, 2023
1 parent b337c39 commit ea06269
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 76 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/0_bug.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Bug Report
description: Create a bug report.
labels:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1_feature.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Feature Request
description: Create a feature request.
labels:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/epic.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Epic
description: A collection of related tickets.
labels:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: CLA

on:
Expand Down Expand Up @@ -28,4 +29,4 @@ jobs:
label: cla-signed
# [required]
# the GitHub Personal Access Token to comment and label with
token: "${{ secrets.CLA_ACTION_TOKEN }}"
token: ${{ secrets.CLA_ACTION_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Automate Issues

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Sync Labels

on:
Expand All @@ -6,7 +7,7 @@ on:
workflow_dispatch:
inputs:
dryrun:
description: "dryrun: Preview changes to labels without editing them (true|false)"
description: 'dryrun: Preview changes to labels without editing them (true|false)'
required: true
type: boolean
default: true
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lock

on:
Expand Down Expand Up @@ -26,9 +27,9 @@ jobs:
# Do not lock issues with these labels, value must be a comma separated list of labels or ''
exclude-any-issue-labels: ''
# Labels to add before locking an issue, value must be a comma separated list of labels or ''
add-issue-labels: 'locked'
add-issue-labels: locked
# Reason for locking an issue, value must be one of resolved, off-topic, too heated, spam or ''
issue-lock-reason: 'resolved'
issue-lock-reason: resolved

# Number of days of inactivity before a closed pull request is locked
pr-inactive-days: 365
Expand All @@ -37,9 +38,9 @@ jobs:
# Do not lock pull requests with these labels, value must be a comma separated list of labels or ''
exclude-any-pr-labels: ''
# Labels to add before locking a pull request, value must be a comma separated list of labels or ''
add-pr-labels: 'locked'
add-pr-labels: locked
# Reason for locking a pull request, value must be one of resolved, off-topic, too heated, spam or ''
pr-lock-reason: 'resolved'
pr-lock-reason: resolved

# Limit locking to only issues or pull requests, value must be one of issues, prs or ''
process-only: ''
3 changes: 2 additions & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Add to Project

on:
Expand All @@ -13,7 +14,7 @@ jobs:
if: '!github.event.repository.fork'
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
- uses: actions/add-to-project@v0.5.0
with:
# issues are added to the Planning project
# PRs are added to the Review project
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Stale

on:
Expand All @@ -6,7 +7,7 @@ on:
workflow_dispatch:
inputs:
dryrun:
description: "dryrun: Preview stale issues/prs without marking them (true|false)"
description: 'dryrun: Preview stale issues/prs without marking them (true|false)'
required: true
type: boolean
default: true
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
with:
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml

- uses: actions/stale@v7
- uses: actions/stale@v8
id: stale
with:
# Only issues with these labels are checked whether they are stale
Expand Down
198 changes: 131 additions & 67 deletions HOW_WE_USE_GITHUB.md

Large diffs are not rendered by default.

0 comments on commit ea06269

Please sign in to comment.