-
Notifications
You must be signed in to change notification settings - Fork 20
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
OSOE-726: Migrate auto-resolve-done-jira-issue and create-jira-issues-for-community-activities to use API Key Manager for Jira in Lombiq.GitHub.Actions #646
Conversation
@coderabbitai review |
Note Reviews PausedUse the following commands to manage reviews:
WalkthroughThe workflow files have been updated to reference specific issues or commits, enhancing precision in automation. The integration with JIRA has been refined, switching from general secrets to more specific endpoint URLs and API keys, reflecting a more secure and streamlined approach to project management automation. The submodule for GitHub actions has also been updated to a new commit, indicating improvements or fixes in the actions used. Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (4)
- .github/workflows/build-and-test-windows.yml (1 hunks)
- .github/workflows/build-and-test.yml (1 hunks)
- .github/workflows/create-jira-issues-for-community-activities.yml (1 hunks)
- tools/Lombiq.GitHub.Actions (1 hunks)
Files skipped from review due to trivial changes (3)
- .github/workflows/build-and-test-windows.yml
- .github/workflows/create-jira-issues-for-community-activities.yml
- tools/Lombiq.GitHub.Actions
Additional comments: 2
.github/workflows/build-and-test.yml (2)
76-76: The
uses
field in the "Post Pull Request Checks Automation" job has been updated to reference@issue/OSOE-726
instead of@dev
. Verify that referencing an issue is intentional and confirm that it will not affect the availability or functionality of the workflow.78-79: The JIRA-related secrets have been updated to
JIRA_ENDPOINT_URL
andJIRA_API_KEY
. Ensure that these new secrets are correctly configured in the repository's secrets settings and that they are compatible with the updated GitHub Actions.
@coderabbitai pause |
This pull request has merge conflicts. Please resolve those before requesting a review. |
We can't continue with this, see Lombiq/GitHub-Actions#277 (comment). |
OSOE-726
Summary by CodeRabbit
Lombiq.GitHub.Actions
to the latest commit.