1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2025-07-07 13:40:50 +00:00
Files
insomniafi-insid-bot/.github/workflows/labeler.yml
Christer Warén a013466077 Initial Commit
2024-11-01 01:27:30 +02:00

18 lines
339 B
YAML

name: Labeler
on: [pull_request]
jobs:
label:
name: Labeler
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true