mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix(): add more explicit github action message
This commit is contained in:
8
.github/workflows/label-issue.yml
vendored
8
.github/workflows/label-issue.yml
vendored
@@ -19,3 +19,11 @@ jobs:
|
||||
uses: ./.github/github-action/
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
wrong_labels:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !startsWith(github.event.pull_request.title, 'Answer') }}
|
||||
steps:
|
||||
- name: Set the value in bash
|
||||
id: step_one
|
||||
run: |
|
||||
echo "::error PR title should start with Answer:[number of challenge]" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user