aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/fossier.yml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 21:32:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 21:32:08 +0200
commit796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b (patch)
tree538a0b1dac22b5aec2b65e67a0115369f44a1d88 /.github/workflows/fossier.yml
parentfeat: Capture command output + expose to new `atuin_output` tool (#3510) (diff)
downloadatuin-796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b.zip
chore: Remove unneeded files
Diffstat (limited to '.github/workflows/fossier.yml')
-rw-r--r--.github/workflows/fossier.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/fossier.yml b/.github/workflows/fossier.yml
deleted file mode 100644
index e582e2d3..00000000
--- a/.github/workflows/fossier.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Fossier PR Check
-on:
- pull_request_target:
- types: [opened, synchronize]
- issue_comment:
- types: [created]
-
-permissions:
- contents: write
- pull-requests: write
- issues: write
-
-jobs:
- check:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - uses: PThorpe92/fossier@6e7f2a6c1c727949e2a6c94d7dc6904d7bb40928
- id: fossier
- with:
- contact-url: "https://discord.gg/Fq8bJSKPHh"
- github-token: ${{ secrets.GITHUB_TOKEN }}
- # Optional: connect to the global spam registry
- # registry-api-key: ${{ secrets.FOSSIER_REGISTRY_API_KEY }}
-
- - name: Handle result
- if: steps.fossier.outputs.outcome == 'deny'
- run: echo "PR denied with score ${{ steps.fossier.outputs.score }}"