ci: Modernize workflows (#2473)

Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
oSumAtrIX
2025-04-10 18:47:26 +02:00
committed by GitHub
parent a8a4ffabed
commit 062f28387f
3 changed files with 23 additions and 94 deletions

View File

@@ -12,6 +12,8 @@ env:
jobs:
pull-request:
name: Open pull request
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -25,4 +27,3 @@ jobs:
pr_body: |
This pull request will ${{ env.MESSAGE }}.
pr_draft: true
github_token: ${{ secrets.REPOSITORY_PUSH_ACCESS }}