File tree Expand file tree Collapse file tree 4 files changed +26
-15
lines changed
Expand file tree Collapse file tree 4 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 1- name : " Comment on New Issue"
1+ name : " Comment on the Issue"
22
33on :
44 issues :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 - name : Format issue title
1414 uses : recursivezero/action-club/.github/actions/format-issue-title@v0.2.57
1515 with :
16- prefix : RTY
16+ prefix : ${{ vars.PROJECT_PREFIX }}
Original file line number Diff line number Diff line change 1+ name : Issue Sync with Branch
2+ run-name : Notify whenever a branch created using issue title
3+
4+ on :
5+ create :
6+ ref_type : branch # Ensure to trigger when a branch is created
7+
8+ permissions :
9+ issues : write # Required to comment and add labels
10+ contents : read # Required to read the repo metadata
11+
12+ jobs :
13+ notify :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - name : Checkout Repo
17+ uses : actions/checkout@v4
18+
19+ - name : Link Branch to Issue
20+ # Point this to your centralized repository
21+ uses : recursivezero/action-club/.github/actions/branch-notify@v0.2.57
22+ with :
23+ issue_prefix : ${{ vars.PROJECT_PREFIX }} # e.g., "RTY"
24+ branch_name : ${{ github.event.ref }}
You can’t perform that action at this time.
0 commit comments