Skip to content

spidersweb.pl

spidersweb.pl #876

Workflow file for this run

name: Portier
on:
issues:
types: [labeled]
jobs:
apply-label:
if: github.event.label.name == 'zatwierdzone' || github.event.label.name == 'odrzucone'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: hawkeye116477/issue-manager-action@v1
with:
mode: "close"
completed-label: "zatwierdzone"
not-planned-label: "odrzucone"