We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d0acb9 + 41a213a commit c09cfa5Copy full SHA for c09cfa5
.github/labeler.yml
@@ -0,0 +1 @@
1
+"config change": rubocop.yml
.github/workflows/labeler.yml
@@ -0,0 +1,15 @@
+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 }}"
15
+ sync-labels: true
0 commit comments