mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 12:06:17 +01:00
chore: disable committing changes manually on pr's
This commit is contained in:
parent
f27170fe0c
commit
469840194f
4
.github/workflows/pre-commit-check.yaml
vendored
4
.github/workflows/pre-commit-check.yaml
vendored
@ -50,9 +50,11 @@ jobs:
|
|||||||
extra_args: --all-files
|
extra_args: --all-files
|
||||||
- uses: pre-commit-ci/lite-action@v1.0.2
|
- uses: pre-commit-ci/lite-action@v1.0.2
|
||||||
if: always()
|
if: always()
|
||||||
|
with:
|
||||||
|
msg: apply code formatting
|
||||||
|
|
||||||
- name: Commit pre-commit changes
|
- name: Commit pre-commit changes
|
||||||
if: always() && github.event.action != 'pull_request'
|
if: always() && github.event.action != 'pull_request' && github.event.action != 'labeled'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user