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.
1 parent 5d5da30 commit 2066594Copy full SHA for 2066594
.github/workflows/pr-issue-sync.yml
@@ -17,6 +17,7 @@ jobs:
17
id: extract
18
uses: actions/github-script@v7
19
with:
20
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
script: |
22
const body = context.payload.pull_request.body || "";
23
const issuePattern = /#(\d+)/g;
0 commit comments