/[sudobot]/branches/6.x/.github/workflows/labeler.yml
ViewVC logotype

Contents of /branches/6.x/.github/workflows/labeler.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File size: 268 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 name: "Pull Request Labeler"
2 on:
3 - pull_request_target
4
5 jobs:
6 triage:
7 permissions:
8 contents: read
9 pull-requests: write
10 runs-on: ubuntu-latest
11 steps:
12 - uses: actions/labeler@v4
13 with:
14 repo-token: "${{ secrets.GITHUB_TOKEN }}"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26