Skip to content

added chlog-update

added chlog-update #2

Workflow file for this run

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 }}