We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c1e7a commit 28a9b4dCopy full SHA for 28a9b4d
.github/workflows/sme-review-tracking-issue.yml
@@ -19,7 +19,7 @@ permissions:
19
jobs:
20
create-sme-review-tracking-issue:
21
runs-on: ubuntu-latest
22
- if: github.repository == 'github/docs' && github.event.label.name == 'test-create-tracking-issue'
+ if: github.repository == 'github/docs' && github.event.label.name == 'needs SME'
23
steps:
24
- id: create-issue
25
env:
0 commit comments