aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/fossier-scan.yml2
-rw-r--r--.github/workflows/fossier.yml5
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"