We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91bf190 + 76c93dd commit 170d2c1Copy full SHA for 170d2c1
1 file changed
.github/workflows/use-pr-linker.yml
@@ -0,0 +1,21 @@
1
+name: Auto link PR to Issues
2
+
3
+on:
4
+ pull_request_target:
5
+ types:
6
+ - opened
7
+ - edited
8
+ - synchronize
9
+ - reopened
10
+ - closed
11
12
+permissions:
13
+ contents: read
14
+ issues: write
15
+ pull-requests: read
16
17
+jobs:
18
+ call-linker:
19
+ uses: mosip/kattu/.github/workflows/link-pr-to-issue.yml@develop
20
+ secrets:
21
+ ACTION_PAT: ${{ secrets.ACTION_PAT }}
0 commit comments