ci: Update workflows for Jira sync and DangerJS#12
Conversation
👋 Hello peterdragun, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Pull request overview
This PR streamlines GitHub CI automation around Jira synchronization and DangerJS by consolidating multiple Jira-sync workflows into a single workflow and simplifying the DangerJS workflow configuration. It also aligns YAML formatting rules with the project’s Python line length to avoid undesirable reformatting.
Changes:
- Add
yamlfixline_length = 120to prevent awkward YAML reflow. - Replace multiple Jira sync workflows with a single consolidated
sync-jira.yml(and remove unnecessary checkouts). - Simplify DangerJS workflow by removing checkout and custom instruction inputs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Configures yamlfix line length to 120 for consistent formatting. |
.github/workflows/sync-jira.yml |
New consolidated Jira sync workflow replacing prior separate workflows. |
.github/workflows/new_prs.yml |
Removed (functionality folded into sync-jira.yml). |
.github/workflows/new_issues.yml |
Removed (functionality folded into sync-jira.yml). |
.github/workflows/issue_comment.yml |
Removed (functionality folded into sync-jira.yml). |
.github/workflows/dangerjs.yml |
Removes unnecessary checkout and instruction-related inputs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a83bc8c to
b70b4d5
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
87d7796 to
f5a7f92
Compare
f5a7f92 to
dc414b1
Compare
|
I am curious why you do not want to format workflow yaml, but no problem with that, LGTM, thanks. |
|
Thanks, no problem, expected something like that. |

This PR includes: