Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ea02a8

Browse files
JozefielJozef Volak
andauthoredMar 4, 2024
Avoid PR duplicaties (#74)
Co-authored-by: Jozef Volak <jvolak@frinx.io>
1 parent 48c46b5 commit 0ea02a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/pr-create.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
generate-api-from-image:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
15+
1516
- name: Parse docker
1617
run: |
1718
echo "IMAGE_NAMESPACE=$(echo $IMAGE | cut -d '/' -f 1)" >> "$GITHUB_ENV"
@@ -104,13 +105,14 @@ jobs:
104105
with:
105106
title: "[${{ env.IMAGE_REPO }}] Release package for ${{ inputs.image }}"
106107
commit-message: "[${{ env.IMAGE_REPO }}] Create and publish packages for ${{ env.IMAGE_TAG }}"
107-
branch-suffix: short-commit-hash
108+
branch-suffix: timestamp
108109
labels: automated-pr
109110
delete-branch: true
110111
reviewers: Jozefiel
111112
body: |
112113
Create and publish packages for ${{ env.IMAGE_REPO }}
113114
token: ${{ steps.generate-token.outputs.token }}
115+
base: 'main'
114116

115117
- name: Collect logs to file
116118
if: ${{ always() }}

0 commit comments

Comments
 (0)
This repository has been archived.