Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface
06a39ecb25 Remove auto PR step as it isn't working
All checks were successful
Generate Release / validate_and_PR (push) Successful in 5s
2025-12-04 21:33:21 +00:00
Fred Boniface
209db03c73 Add gitignore 2025-12-04 21:33:05 +00:00
2 changed files with 2 additions and 15 deletions

View File

@@ -34,18 +34,3 @@ jobs:
commit_user_name: owlbot
commit_user_email: 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
View File

@@ -0,0 +1,2 @@
node_modules
package-lock.json