mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-09 12:27:48 +00:00
chore: update pr
This commit is contained in:
10
.github/workflows/create-pr.yml
vendored
10
.github/workflows/create-pr.yml
vendored
@@ -5,6 +5,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- canary
|
- canary
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-pr:
|
create-pr:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -48,8 +52,8 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
|
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
git fetch origin main
|
git fetch origin main
|
||||||
git checkout -b release/${{ env.VERSION }}
|
git checkout -b release/${{ env.VERSION }}
|
||||||
@@ -65,4 +69,4 @@ jobs:
|
|||||||
--reviewer siumauricio \
|
--reviewer siumauricio \
|
||||||
--assignee siumauricio
|
--assignee siumauricio
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_PAT }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user