Commit graph

6 commits

Author SHA1 Message Date
Stypox
79652e7dcd Try to fix PR labeler
Reference: https://github.com/actions/labeler?tab=readme-ov-file#permissions
2024-03-28 12:03:10 +01:00
Tobi
68765c719f Use PR labeler fork
This updates some libs
2023-10-02 02:15:25 +02:00
Tobi
56f90454b6 Fix PR labeler permissions
Although the permission to modify PRs is granted to the entire workflow, the job still reports that it does not the permission to do so:
GITHUB_TOKEN Permissions
  Contents: read
  Metadata: read
  PullRequests: read
This adds the permission to the job directly
2023-09-27 10:06:34 +02:00
Tobi
55d13e30fa Add content: read permission to PR size labeler workflow 2023-09-26 10:40:17 +02:00
Tobi
5d4b1a4751 Add write permission to PR labeler workflow 2023-09-24 20:24:57 +02:00
TobiGr
174ca46733 Add workflow "PR size labeler" to label PRs based on the number of changed lines
This should help reviewers to determine which PRs to review.
2023-09-24 09:33:44 +02:00