about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-03-15 13:42:51 -0700
committerGitHub <noreply@github.com>2024-03-15 13:42:51 -0700
commit98bca69ae996dabf3c7bf05f98497b56b62cb494 (patch)
treeb00ee1ee2476607bf0059a37cca72ef4fce13933 /.github
parentfa8b21cea7247623f5eec5bbf4609e4af2586d34 (diff)
downloadvoidsky-98bca69ae996dabf3c7bf05f98497b56b62cb494.tar.zst
Adjust PR Labeler (#3224)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull-request-commit.yml2
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