We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2a425 commit d6dfd44Copy full SHA for d6dfd44
1 file changed
.github/workflows/release.yaml
@@ -8,6 +8,8 @@ on:
8
9
permissions:
10
contents: write # we need this to be able to push tags
11
+ pull-requests: read
12
+ issues: read
13
env:
14
OCI_URL: ghcr.io/openmcp-project
15
@@ -74,6 +76,7 @@ jobs:
74
76
- name: Get PR body for current commit
75
77
id: release_highlights
78
if: ${{ env.SKIP != 'true' }}
79
+
80
run: |
81
COMMIT_SHA=$(git rev-parse HEAD)
82
PR_NUMBER=$(gh pr list --search "$COMMIT_SHA" --state merged --json number --jq '.[0].number')
0 commit comments