Skip to content

Add actions for notifying of pending prs, closing stale prs and switc… #2

Add actions for notifying of pending prs, closing stale prs and switc…

Add actions for notifying of pending prs, closing stale prs and switc… #2

Workflow file for this run

name: Manage Labels
on:
push:
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch:
concurrency: manage-labels
jobs:
manage-labels:
permissions:
contents: read
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oliversalzburg/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}