Skip to content

Commit

Permalink
Update auto-update-community-members.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 11, 2024
1 parent 9b0b6b3 commit e3e2f97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/auto-update-community-members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}

- name: Use CLA approved github bot
run: |
git config user.name opentelemetrybot
git config user.email [email protected]
- name: Create pull request
uses: peter-evans/create-pull-request@v7
with:
add-paths: 'data/community/members.yaml'
author:
opentelemetrybot
<[email protected]>
committer:
opentelemetrybot
<[email protected]>
author: opentelemetrybot <[email protected]>
committer: opentelemetrybot <[email protected]>
token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
branch: opentelemetrybot/update-community-members
title: Update community members
push-to-fork: opentelemetrybot/opentelemetry.io
body: |
This pull request contains automated updates to files by the GitHub Action.

0 comments on commit e3e2f97

Please sign in to comment.