Skip to content

Commit

Permalink
update PR body
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Dec 19, 2024
1 parent b4526e2 commit d44249b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 53 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/generate-supported-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Update latest
run: bundle exec ruby .github/scripts/find_gem_version_bounds.rb

- name: Generate versions table
run: ruby .github/scripts/generate_table_versions.rb

- run: git diff

- name: Create Pull Request
Expand All @@ -43,4 +46,7 @@ jobs:
commit-message: "Test creating supported versions"
delete-branch: true
body: |
- Test
This is a PR to update the table for supported integration versions.
Workflow run: [Generate Supported Versions](https://github.com/DataDog/dd-trace-rb/actions/workflows/generate-supported-versions.yml)
This should be tied to tracer releases, or triggered manually.
52 changes: 0 additions & 52 deletions integration_versions.md

This file was deleted.

0 comments on commit d44249b

Please sign in to comment.