diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-05-14 14:48:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-14 14:48:55 -0700 |
| commit | 68c048b448c64a774c56ea23fae99250314f43f7 (patch) | |
| tree | 74f5de43a55078296c9866a4a6fdb8fb6274b3c4 | |
| parent | feat: setup fossier to stop bot slop prs (#3482) (diff) | |
| download | atuin-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
| -rw-r--r-- | .github/workflows/fossier-scan.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/fossier.yml | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/fossier-scan.yml b/.github/workflows/fossier-scan.yml index 784ab36c..5c89be67 100644 --- a/.github/workflows/fossier-scan.yml +++ b/.github/workflows/fossier-scan.yml @@ -28,7 +28,7 @@ jobs: python-version: "3.13" - name: Install fossier - run: uv pip install --system . + run: uv tool install git+https://github.com/pthorpe92/fossier.git - name: Restore DB cache uses: actions/cache@v4 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" |
