-
Notifications
You must be signed in to change notification settings - Fork 4
AAE-35226 Add reusable workflow for dependabot flow management #1163
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
AAE-35226 Add reusable workflow for dependabot flow management #1163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new reusable workflow for managing dependabot PR flows, providing automated validation and approval processes. The workflow enables external repositories to standardize their dependabot PR handling with configurable label-based triggers and milestone management.
Key changes:
- New reusable workflow with label-based validation triggers
- Automated milestone setting and auto-merge capabilities for approved dependabot PRs
- Integration with existing GitHub actions for PR approval and labeling workflows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with Copilot comments about adding docs and version.txt, but I know you already know this and just wanted an early review 😄
55af6a4
to
07b2388
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
c24a087
to
0b8be6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (1)
docs/README.md:911
- The documentation example uses '@ref' placeholder instead of showing the actual version tag format. This should demonstrate the proper version tag format like '@v9.3.0' for consistency with the coding guidelines.
- uses: Alfresco/alfresco-build-tools/.github/actions/github-require-secrets@ref
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
Co-authored-by: Domenico Sibilio <[email protected]>
Co-authored-by: Giovanni Toraldo <[email protected]>
6a7d06b
to
1595d48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
Checklist
Description