/[sudobot]/trunk/.github/workflows/labeler.yml
ViewVC logotype

Annotation of /trunk/.github/workflows/labeler.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 276 byte(s)
chore: add trunk
1 rakinar2 575 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