Adjust commit message etc
All checks were successful
Generate Release / validate_and_release (push) Successful in 14s
All checks were successful
Generate Release / validate_and_release (push) Successful in 14s
This commit is contained in:
parent
bdacc9dff3
commit
5e206270f2
@ -25,22 +25,10 @@ jobs:
|
|||||||
- name: Merge to gw.yaml
|
- name: Merge to gw.yaml
|
||||||
run: node ./scripts/merge-yaml.js
|
run: node ./scripts/merge-yaml.js
|
||||||
|
|
||||||
# - name: Commit changes
|
|
||||||
# run: |
|
|
||||||
# git config --global user.email "owlbot@owlboard.info"
|
|
||||||
# git config --global user.name "OwlBot"
|
|
||||||
# git add gw.yaml
|
|
||||||
# git commit -m "Update gw.yaml with merged & ordered YAML data"
|
|
||||||
|
|
||||||
# - name: Create PR
|
|
||||||
# uses: https://github.com/peter-evans/create-pull-request@v6
|
|
||||||
# with:
|
|
||||||
# token: ${{ secrets.OWLBOT_KEY }}
|
|
||||||
# committer: OwlBot <owlbot@owlboard.info>
|
|
||||||
# signoff: true
|
|
||||||
# title: Merge Changes
|
|
||||||
# reviewers: fred.boniface
|
|
||||||
# branch: main
|
|
||||||
|
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
|
with:
|
||||||
|
commit_message: Sort & Merge PIS Files
|
||||||
|
commit_user_name: owlbot
|
||||||
|
commit_user_email: owlbot@owlboard.info
|
||||||
|
commit_author: owlbot <owlbot@owlboard.info>
|
Loading…
Reference in New Issue
Block a user