File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Add 'maintenance` label to any change to *.yml files
2
+ maintenance :
3
+ - any : ['**.yml', '']
4
+
5
+ # Add "no releasenotes" label if only the pre-commit config changed
6
+ no releasenotes :
7
+ - any : []
8
+ all : ['.pre-commit-config.yml']
Original file line number Diff line number Diff line change 29
29
pre-commit autoupdate || (exit 0);
30
30
pre-commit run -a || (exit 0);
31
31
COMMIT_MESSAGE : " ⬆️ UPGRADE: Autoupdate pre-commit config"
32
+ COMMIT_NAME : " pymc-bot"
33
+
32
34
PR_BRANCH_NAME : " pre-commit-config-update-${PR_ID}"
33
35
PR_TITLE : " ⬆️ UPGRADE: Autoupdate pre-commit config"
Original file line number Diff line number Diff line change
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 }}"
You can’t perform that action at this time.
0 commit comments