Skip to content

Commit 7d48b48

Browse files
Create prlinked
1 parent 583fb61 commit 7d48b48

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/prlinked

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Move Issue When PR Linked
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, reopened, synchronize]
6+
7+
jobs:
8+
move_issue:
9+
uses: your-org/org-ci-workflows/.github/workflows/move-linked-issue.yml@main
10+
with:
11+
org: TransactionProcessing
12+
secrets:
13+
gh_token: ${{ secrets.PROJECTS_TOKEN }}

0 commit comments

Comments
 (0)