Skip to content

Commit 3950a22

Browse files
committed
fix: keep PR labeler on base ref
1 parent fd6f173 commit 3950a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
owner,
3333
repo,
3434
path: '.github/labeler.yml',
35-
ref: context.payload.pull_request.head.sha,
35+
ref: context.payload.pull_request.base.sha,
3636
});
3737
if (data.type !== 'file' || typeof data.content !== 'string') {
3838
throw new Error('labeler.yml is not a file');

0 commit comments

Comments
 (0)