Skip to content

Commit ecbe02e

Browse files
authored
[chore] adding an issue number in the changelog (#10843)
This will reference the same issue instead of needing to create a PR and add it to the changelog. Creating a PR and then updating it is not allowed because of the branch protection permissions. Signed-off-by: Alex Boten <[email protected]>
1 parent bdcf614 commit ecbe02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-semantic-conventions-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
8686
run: |
8787
message="Add semantic conventions version $VERSION"
88-
body="Add semantic conventions version \`$VERSION\`."
88+
body="Add semantic conventions version \`$VERSION\`. Related to #10842"
8989
branch="opentelemetrybot/add-semantic-conventions-${VERSION}"
9090
9191
git checkout -b $branch
@@ -96,7 +96,7 @@ jobs:
9696
change_type: enhancement
9797
component: semconv
9898
note: Add semantic conventions version $VERSION
99-
issues: [ $pull_request_number ]
99+
issues: [10842]
100100
EOF
101101
102102
git add .chloggen/semconv-$VERSION.yaml

0 commit comments

Comments
 (0)