Rust library to generate static websites
1# Automatically labels PRs based on the configuration file
2# you are probably looking for 👉 `.github/labeler.yml`
3name: "Pull Request Labeler"
4on:
5 - pull_request_target
6
7jobs:
8 labeler:
9 permissions:
10 contents: read
11 pull-requests: write
12 runs-on: ubuntu-latest
13 if: github.repository_owner == 'bruits'
14 steps:
15 - uses: actions/labeler@v5
16 with:
17 repo-token: "${{ secrets.GITHUB_TOKEN }}"
18 sync-labels: true