mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-05 10:43:24 +00:00
chore(new-release): add prefix v, add security as type (#376)
* chore(new-release): add prefix v, add security as type * fix(pr-lint): fix pr-lint workflow * fix(lint): prettier format
This commit is contained in:
4
.github/workflows/pr-lint.yml
vendored
4
.github/workflows/pr-lint.yml
vendored
@@ -25,7 +25,7 @@ on:
|
||||
|
||||
env:
|
||||
# Apply linter fixes configuration
|
||||
APPLY_FIXES: all
|
||||
APPLY_FIXES: none
|
||||
APPLY_FIXES_EVENT: pull_request
|
||||
APPLY_FIXES_MODE: commit
|
||||
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
if: steps.ml.outputs.has_updated_sources == 1
|
||||
shell: sh
|
||||
run: |
|
||||
sudo chown -Rc $UID .git/
|
||||
sudo chown -Rc $(id -u) .git/
|
||||
git config --global user.name "fiximus"
|
||||
git config --global user.email "github-bot@ivuorinen.net"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user