aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/fossier.yml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-05-14 14:48:55 -0700
committerGitHub <noreply@github.com>2026-05-14 14:48:55 -0700
commit68c048b448c64a774c56ea23fae99250314f43f7 (patch)
tree74f5de43a55078296c9866a4a6fdb8fb6274b3c4 /.github/workflows/fossier.yml
parentfeat: setup fossier to stop bot slop prs (#3482) (diff)
downloadatuin-68c048b448c64a774c56ea23fae99250314f43f7.zip
fix(ci): fossier install in scan workflow (#3485)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
Diffstat (limited to '.github/workflows/fossier.yml')
-rw-r--r--.github/workflows/fossier.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/fossier.yml b/.github/workflows/fossier.yml
index ff60125b..e582e2d3 100644
--- a/.github/workflows/fossier.yml
+++ b/.github/workflows/fossier.yml
@@ -2,8 +2,11 @@ name: Fossier PR Check
on:
pull_request_target:
types: [opened, synchronize]
+ issue_comment:
+ types: [created]
permissions:
+ contents: write
pull-requests: write
issues: write
@@ -13,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: PThorpe92/fossier@main
+ - uses: PThorpe92/fossier@6e7f2a6c1c727949e2a6c94d7dc6904d7bb40928
id: fossier
with:
contact-url: "https://discord.gg/Fq8bJSKPHh"