Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update job id for validate content #160

Merged
merged 10 commits into from
Jun 5, 2024
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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-list-changes.yml'
- '.github/workflows/pr-comments-changes-list.yml'
- 'modules/**'

jobs:
site:
commentsPRChanges:
permissions:
pull-requests: write # write PR comments
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml@master
Expand Down
Loading