Skip to content

Commit

Permalink
Add PR template and labels (#62)
Browse files Browse the repository at this point in the history
labeler workflow fixes (#64)

* Try fix labeler

* Update labeler workflow triggers

* fixup! Update labeler workflow triggers
  • Loading branch information
nickrobinson251 authored and RAI CI (GitHub Action Automation) committed Mar 19, 2024
1 parent c72e441 commit 13d5bed
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See https://github.com/actions/labeler
port-to-master: '**'
port-to-v1.10: '**'
port-to-v1.9: '**'
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!---
PRs to RelationalAI/julia must be opened to the correct branch (see
https://github.com/RelationalAI/raicode/blob/master/nix/julia-version.json).
-->
## PR Description

_What does this PR do?_

## Checklist

Requirements for merging:
- [ ] I have opened an issue or PR upstream on JuliaLang/julia: <link to JuliaLang/julia>
- [ ] I have removed the `port-to-*` labels that don't apply.
17 changes: 17 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
dot: true

0 comments on commit 13d5bed

Please sign in to comment.