Merge pull request #547 from lnis-uofu/release
[CI] Update patch updater due to release v1.1.0
This commit is contained in:
commit
d4ed003428
|
@ -5,7 +5,7 @@ on:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TAG_COMMIT: 49a8273..
|
TAG_COMMIT: 781ea3f..
|
||||||
BRANCH_NAME: patch_update
|
BRANCH_NAME: patch_update
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -53,4 +53,4 @@ jobs:
|
||||||
pr_assignee: "nadeemyaseen-rs" # Comma-separated list (no spaces)
|
pr_assignee: "nadeemyaseen-rs" # Comma-separated list (no spaces)
|
||||||
pr_label: "auto-pr" # Comma-separated list (no spaces)
|
pr_label: "auto-pr" # Comma-separated list (no spaces)
|
||||||
pr_allow_empty: true # Creates pull request even if there are no changes
|
pr_allow_empty: true # Creates pull request even if there are no changes
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue