We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b025ba2 + 9fef524 commit 639e324Copy full SHA for 639e324
1 file changed
.github/workflows/repo-sync-stalls.yml
@@ -22,8 +22,8 @@ jobs:
22
github-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
23
script: |
24
let pulls;
25
- const owner = context.payload.repository.owner.login
26
- const repo = context.payload.repository.name
+ const owner = context.repo.owner
+ const repo = context.repo.repo
27
try {
28
pulls = await github.pulls.list({
29
owner: owner,
0 commit comments