File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ jobs:
1414 - uses : actions/github-script@v6
1515 with :
1616 script : |
17- if (context.payload.pull_request.base.ref == 'mrtk3 ')
17+ if (context.payload.pull_request.base.ref == 'feature/XRI3 ')
1818 {
1919 github.rest.issues.addLabels({
2020 issue_number: context.issue.number,
2121 owner: context.repo.owner,
2222 repo: context.repo.repo,
23- labels: ['MRTK3 ']
23+ labels: ['Branch: feature/XRI3 ']
2424 })
2525 }
2626
27- // When we switch the repo to MRTK3 , we'll have to edit this.
27+ // When we switch the repo to XRI3 , we'll have to edit this.
2828 if (context.payload.pull_request.base.ref == 'main')
2929 {
3030 github.rest.issues.addLabels({
3131 issue_number: context.issue.number,
3232 owner: context.repo.owner,
3333 repo: context.repo.repo,
34- labels: ['MRTK2 ']
34+ labels: ['Branch: main ']
3535 })
36- }
36+ }
You can’t perform that action at this time.
0 commit comments