Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 14, 2023
1 parent 6099275 commit 2eb2776
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issueLabelClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:

jobs:
apply-label:
if: github.event.label.name == 'zatwierdzone' || github.event.label.name == 'wontfix'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: hawkeye116477/issue-manager-action@main
with:
mode: "labelClosed"
completed-label: "zatwierdzone"
completed-label: |
zatwierdzone
solved
not-planned-label: "wontfix"

0 comments on commit 2eb2776

Please sign in to comment.