PR changes (#1693)

* Update licenses-update.yml

* Update build.yml

* Update test.yml

* Delete .github/workflows/test.yml

* Update build.yml

* Update build.yml

* Update auto-labeler.yml

* Update build.yml

* Update auto-labeler.yml

* Update labeler-config.yml
This commit is contained in:
Anthony Stirling
2024-08-16 12:00:10 +02:00
committed by GitHub
parent 00d65596d1
commit 09c93cebe3
5 changed files with 93 additions and 64 deletions

View File

@@ -58,5 +58,14 @@ jobs:
body: |
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
labels: licenses
draft: false
delete-branch: true
- name: Enable auto-merge
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.create-pull-request.outputs.pull-request-number }}
merge-method: squash # Choose the merge method: merge, squash, or rebase