Skip to content
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

Release for v0.2.0 #27

Merged
merged 12 commits into from
Mar 15, 2024
Prev Previous commit
Next Next commit
ci(branch-delete): Add contents: write permission (#14)
Since it's needed to delete branches.
  • Loading branch information
5ouma committed Mar 12, 2024
commit fde3bd505ced2fbe9c49489dcb28188c0fa43b22
3 changes: 3 additions & 0 deletions .github/workflows/branch-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- closed

permissions:
contents: write

jobs:
Delete-Branch:
runs-on: Ubuntu-Latest
Expand Down