Skip to content

👷 Only run autofix on pull requests #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 1, 2024
Merged
Prev Previous commit
👷 Give write content permission to override the default
  • Loading branch information
NatoBoram committed Nov 1, 2024
commit 7d934a7962dec012f4ef0ed58aba7fa925c54d7b
3 changes: 3 additions & 0 deletions .github/workflows/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
fix:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4
with:
Expand Down