diff options
author | Hailey <me@haileyok.com> | 2024-03-15 13:42:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 13:42:51 -0700 |
commit | 98bca69ae996dabf3c7bf05f98497b56b62cb494 (patch) | |
tree | b00ee1ee2476607bf0059a37cca72ef4fce13933 /.github | |
parent | fa8b21cea7247623f5eec5bbf4609e4af2586d34 (diff) | |
download | voidsky-98bca69ae996dabf3c7bf05f98497b56b62cb494.tar.zst |
Adjust PR Labeler (#3224)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-request-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 76dc43275..72381a32d 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -47,7 +47,7 @@ jobs: id: base-commit run: | # Since we limit this pr-labeler workflow only triggered from limited paths, we should use custom base commit - echo base-commit=$(git log -n 1 main --pretty=format:'%H' -- .github/workflows/pr-labeler.yml packages yarn.lock) >> "$GITHUB_OUTPUT" + echo base-commit=$(git log -n 1 main --pretty=format:'%H') >> "$GITHUB_OUTPUT" - name: 📷 Check fingerprint id: fingerprint |