Skip to content

Commit

Permalink
docs(plugins-benchmark-pr): label should be removed from base
Browse files Browse the repository at this point in the history
In my fork, the benchmark label was not removed with a 403 after the benchmark run, because it was trying to remove the label from PR in fastify repo — not the PR in forked repo.
  • Loading branch information
mweberxyz committed Feb 22, 2024
1 parent 75ab845 commit 70fd176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
id: remove-label
with:
route: DELETE /repos/{repo}/issues/{issue_number}/labels/{name}
repo: ${{ github.event.pull_request.head.repo.full_name }}
repo: ${{ github.event.pull_request.base.repo.full_name }}
issue_number: ${{ github.event.pull_request.number }}
name: benchmark
env:
Expand Down

0 comments on commit 70fd176

Please sign in to comment.