Skip to content

Commit

Permalink
For testing - Commit to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Jun 14, 2024
1 parent 558b418 commit a0101a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

- uses: actions/checkout@v4
with:
ref: main
#TO BE UNCOMMENTED BEFORE MERGING
#ref: main
persist-credentials: false

# This is needed to get all changes from develop in the PR
Expand Down
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tasks:
- gh-cli
desc: Create a release pull request
cmds:
- gh workflow run release-pull-request.yml
- gh workflow run release-pull-request.yml --ref devx/dex-889-update-cicd-pipeline
- cmd: sleep 2
silent: true
- cmd: echo "Release pull request created, check out https://github.com/alma/{{.REPOSITORY}}/pulls?q=is%3Aopen+is%3Apr+label%3Arelease"
Expand All @@ -137,7 +137,7 @@ tasks:
⚠️ This task requires a changelog message.
Please provide a changelog message. Example: `task hotfix CHANGELOG_MESSAGE='This is a message'`.
cmds:
- gh workflow run hotfix-pull-request.yml -F changelog-message='{{.CHANGELOG_MESSAGE}}'
- gh workflow run hotfix-pull-request.yml -F changelog-message='{{.CHANGELOG_MESSAGE}}' --ref devx/dex-889-update-cicd-pipeline
- cmd: sleep 2
silent: true
- cmd: echo "Hotfix pull request created, check out https://github.com/alma/{{.REPOSITORY}}/pulls?q=is%3Aopen+is%3Apr+label%3Ahotfix"
Expand Down

0 comments on commit a0101a1

Please sign in to comment.