feat(release): set the beta status on 2025.2 #1151
Workflow file for this run
This file contains hidden or 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: Comments PR with changes list | |
| on: | |
| # use pull_request event to test update done in bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml | |
| pull_request_target: | |
| paths: | |
| - '.github/workflows/pr-comments-changes-list.yml' | |
| - 'modules/**' | |
| jobs: | |
| commentsPRChanges: | |
| permissions: | |
| pull-requests: write # write PR comments | |
| uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml@master | |
| secrets: inherit | |
| with: | |
| component-name: bonita |