File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # See https://github.com/actions/labeler
2+ dot : true
3+ port-to-master : ' **'
4+ port-to-v1.10 : ' **'
5+ port-to-v1.9 : ' **'
Original file line number Diff line number Diff line change 1+ <!-- -
2+ PRs to RelationalAI/julia must be opened to the correct branch (see
3+ https://github.com/RelationalAI/raicode/blob/master/nix/julia-version.json).
4+ -->
5+ ## PR Description
6+
7+ _ What does this PR do?_
8+
9+ ## Checklist
10+
11+ Requirements for merging:
12+ - [ ] I have opened an issue or PR upstream on JuliaLang/julia: <link to JuliaLang/julia>
13+ - [ ] I have removed the ` port-to-* ` labels that don't apply.
Original file line number Diff line number Diff line change 1+ # See https://github.com/actions/labeler
2+ name : " Pull Request Labeler"
3+ on :
4+ - pull_request_target
5+
6+ jobs :
7+ triage :
8+ permissions :
9+ contents : read
10+ pull-requests : write
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/labeler@v4
You can’t perform that action at this time.
0 commit comments