mirror of
https://github.com/linuxserver/github-workflows.git
synced 2026-03-02 00:02:48 +08:00
Merge pull request #16 from linuxserver/v1-invalid
only trigger on invalid added
This commit is contained in:
commit
4825a105b2
2
.github/workflows/issue-pr-tracker.yml
vendored
2
.github/workflows/issue-pr-tracker.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
status_value: 'PRs Ready For Team Review'
|
||||
- name: Add Comment on Invalid Labeling
|
||||
uses: peter-evans/create-or-update-comment@v2.1.1
|
||||
if: github.event_name == 'issues' && github.event.issue.state == 'open' && github.event.label.name == 'invalid'
|
||||
if: ${{ github.event_name == 'issues' && github.event.issue.state == 'open' && github.event.label.name == 'invalid' && contains(github.event.issue.labels.*.name, 'invalid') }}
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number}}
|
||||
body: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user