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 89b37c2 commit 541d1e6Copy full SHA for 541d1e6
.github/workflows/label-issue.yml
@@ -19,3 +19,11 @@ jobs:
19
uses: ./.github/github-action/
20
with:
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
+ wrong_labels:
23
+ runs-on: ubuntu-latest
24
+ if: ${{ !startsWith(github.event.pull_request.title, 'Answer') }}
25
+ steps:
26
+ - name: Set the value in bash
27
+ id: step_one
28
+ run: |
29
+ echo "::error PR title should start with Answer:[number of challenge]" >> $GITHUB_STEP_SUMMARY
0 commit comments