Skip to content

Commit

Permalink
Add PR step
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Aug 16, 2024
1 parent e7f4230 commit d83e841
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/generate-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@ jobs:
python-version: "3.10"

- name: Run regenerate-riot-latest
run: ./scripts/regenerate-riot-latest.sh
run: ./scripts/regenerate-riot-latest.sh

- name: Create Pull Request
id: pr
uses: peter-evans/create-pull-request@v6
base: main
team-reviewers: "DataDog/apm-core-python,DataDog/apm-idm-python"
body: |
Updates the package versions

0 comments on commit d83e841

Please sign in to comment.