Change labels in workflows

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-01-07 17:09:23 +01:00
committed by yubiuser
parent 26f6c9a966
commit 8cf8e29926
3 changed files with 3 additions and 3 deletions

View File

@@ -13,6 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.2.0
- name: Opening pull request
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'Internal'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}