mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 03:55:23 +01:00
chore: allow writing to pull requests
This commit is contained in:
parent
ed3eb6b868
commit
f864785bea
2
.github/workflows/pre-commit-check.yaml
vendored
2
.github/workflows/pre-commit-check.yaml
vendored
@ -13,6 +13,8 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit-check:
|
pre-commit-check:
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
if: github.event.action != 'labeled' || github.event.label.name == 'pre-commit ci run'
|
if: github.event.action != 'labeled' || github.event.label.name == 'pre-commit ci run'
|
||||||
name: Run pre-commit checks
|
name: Run pre-commit checks
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
Reference in New Issue
Block a user