Skip to content

Commit 1c01148

Browse files
authored
ci: disable refinement workflow for now (#5001)
## Describe your changes This comments out the refinement workflow for now, rather than remove it, since it's a good example for future process work using actions.
1 parent d7e096f commit 1c01148

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Adds the `needs-refinement` label to newly opened issues.
2-
name: New issues need refinement
3-
on:
4-
issues:
5-
types:
6-
- opened
7-
jobs:
8-
label_issues:
9-
runs-on: ubuntu-latest
10-
permissions:
11-
issues: write
12-
steps:
13-
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
14-
env:
15-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
GH_REPO: ${{ github.repository }}
17-
NUMBER: ${{ github.event.issue.number }}
18-
# Separate multiple labels with commas if other labels are ever
19-
# needed e.g., `needs-refinement,foo`.
20-
LABELS: needs-refinement
2+
# name: New issues need refinement
3+
# on:
4+
# issues:
5+
# types:
6+
# - opened
7+
# jobs:
8+
# label_issues:
9+
# runs-on: ubuntu-latest
10+
# permissions:
11+
# issues: write
12+
# steps:
13+
# - run: gh issue edit "$NUMBER" --add-label "$LABELS"
14+
# env:
15+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
# GH_REPO: ${{ github.repository }}
17+
# NUMBER: ${{ github.event.issue.number }}
18+
# # Separate multiple labels with commas if other labels are ever
19+
# # needed e.g., `needs-refinement,foo`.
20+
# LABELS: needs-refinement

0 commit comments

Comments
 (0)