File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed
Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1+ name : Link Issues to PR Post Merge
2+
3+ on :
4+ pull_request :
5+ types : [closed]
6+
7+ permissions : {}
8+
9+ jobs :
10+ link-issues :
11+ # Only run if PR was actually merged (not just closed)
12+ if : github.event.pull_request.merged == true
13+ permissions :
14+ pull-requests : write
15+ contents : read
16+ uses : senzing-factory/build-resources/.github/workflows/link-issues-to-pull-request-post-merge.yaml@v3
Original file line number Diff line number Diff line change 1010 spellcheck :
1111 permissions :
1212 contents : read
13- runs-on : ubuntu-latest
14-
15- steps :
16- - uses : actions/checkout@v5
17- with :
18- persist-credentials : false
19-
20- - uses : streetsidesoftware/cspell-action@v8
21- with :
22- config : .vscode/cspell.json
13+ uses : senzing-factory/build-resources/.github/workflows/cspell.yaml@v3
You can’t perform that action at this time.
0 commit comments