Compare commits
2 Commits
a407c252bf
...
06a39ecb25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06a39ecb25 | ||
|
|
209db03c73 |
@@ -34,18 +34,3 @@ jobs:
|
|||||||
commit_user_name: owlbot
|
commit_user_name: owlbot
|
||||||
commit_user_email: owlbot@owlboard.info
|
commit_user_email: owlbot@owlboard.info
|
||||||
commit_author: Robotic Owl <owlbot@owlboard.info>
|
commit_author: Robotic Owl <owlbot@owlboard.info>
|
||||||
|
|
||||||
- name: Create Pull Request
|
|
||||||
if: steps.commit.outputs.changes_detected == 'true'
|
|
||||||
uses: https://github.com/maxking/forgejo-create-pr@main
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.OWLBOT_KEY }}
|
|
||||||
base: main
|
|
||||||
commit-message: "Robotic Owl automated changes"
|
|
||||||
commit-user: Robotic Owl
|
|
||||||
commit-email: owlbot@owlboard.info
|
|
||||||
pr-title: 'Automated PIS Update: Robotic Owl'
|
|
||||||
pr-body: |
|
|
||||||
This pull request was automatically generated by the Robotic Owl.
|
|
||||||
|
|
||||||
It contains a consolidated and sorted PIS data file for review. Please inspect before merging.
|
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
package-lock.json
|
||||||
Reference in New Issue
Block a user