added chlog-update #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update changelog | |
on: | |
push: | |
branches: | |
- main | |
- CWQS-* | |
- aws-cwa-* | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
repository: 'amazon-contributing/opentelemetry-collector' | |
branch: CWQS-761 | |
- uses: actions/checkout@v4 | |
with: | |
path: opentelemetry-collector-contrib | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: ~1.20.8 | |
cache: false | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v2 | |
with: | |
commit-message: updating changelog file | |
labels: bot | |
title: "Update changelog file" | |
body: | | |
Merge this PR to update your version and changelog! | |
## Included Pull Requests | |
${{ steps.changelog.outputs.pulls_list_md }} |