CI: fix workflow syntax for PR/issues triage workflow (#3806)
This commit is contained in:
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
@@ -20,7 +20,6 @@ jobs:
|
|||||||
- uses: bytecodealliance/labeler@schedule-fork
|
- uses: bytecodealliance/labeler@schedule-fork
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
if: ${{ github.event_name == "schedule" }}
|
|
||||||
|
|
||||||
# @-mention people who are subscribed to a label when an issue/PR is given
|
# @-mention people who are subscribed to a label when an issue/PR is given
|
||||||
# that label.
|
# that label.
|
||||||
|
|||||||
Reference in New Issue
Block a user