Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix action (#8717)

authored by

hailey and committed by
GitHub
7f383579 c37ab838

+6
+6
.github/workflows/pull-request-comment.yml
··· 5 5 issue_comment: 6 6 types: [created] 7 7 8 + # Permissiosn to make comments in the pull request 9 + permissions: 10 + pull-requests: write 11 + actions: write 12 + contents: read 13 + 8 14 jobs: 9 15 handle-comment: 10 16 if: github.event.issue.pull_request