Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust PR Labeler (#3224)

authored by

Hailey and committed by
GitHub
98bca69a fa8b21ce

+1 -1
+1 -1
.github/workflows/pull-request-commit.yml
··· 47 47 id: base-commit 48 48 run: | 49 49 # Since we limit this pr-labeler workflow only triggered from limited paths, we should use custom base commit 50 - echo base-commit=$(git log -n 1 main --pretty=format:'%H' -- .github/workflows/pr-labeler.yml packages yarn.lock) >> "$GITHUB_OUTPUT" 50 + echo base-commit=$(git log -n 1 main --pretty=format:'%H') >> "$GITHUB_OUTPUT" 51 51 52 52 - name: 📷 Check fingerprint 53 53 id: fingerprint