1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-01-14 04:23:08 +00:00
eximiabots-radiox/.github/workflows/labeler.yml
2021-09-09 12:44:50 +03: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@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true