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 691cfbb commit 243d3e6Copy full SHA for 243d3e6
.github/workflows/pr_thanks_action.yaml
@@ -13,6 +13,7 @@ jobs:
13
- name: Post a themed thank you comment
14
uses: actions/github-script@v7
15
with:
16
+ github-token: ${{secrets.GITHUB_TOKEN}}
17
script: |
18
const prNumber = context.payload.pull_request.number;
19
const author = context.payload.pull_request.user.login;
0 commit comments