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

chore: standardize github action types #305

Merged
merged 1 commit into from
Jun 7, 2024
Merged

chore: standardize github action types #305

merged 1 commit into from
Jun 7, 2024

Conversation

jmeridth
Copy link
Member

@jmeridth jmeridth commented Jun 7, 2024

Pull Request

Proposed Changes

  • use one line lists for types and branches
  • fix formatting (random 2 space column on some of the workflows)
  • add edited and reopened to some of the workflows
  • fix issue with get_bool_env_var function and add tests (new file)

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing
  • If publishing new data to the public (scorecards, security scan results, code quality results, live dashboards, etc.), please request review from @jeffrey-luszcz

Reviewer

  • Label as either fix, documentation, enhancement, infrastructure, maintenance, or breaking

@jmeridth jmeridth self-assigned this Jun 7, 2024
@jmeridth jmeridth marked this pull request as draft June 7, 2024 20:57
- [x] use one line lists for types and branches
- [x] fix formatting (random 2 space column on some of the workflows)
- [x] add `edited` and `reopened` to some of the workflows
- [x] fix issue with get_bool_env_var function and add tests (new file)

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth marked this pull request as ready for review June 7, 2024 21:25
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [ opened, reopened, edited, synchronize ]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meat of actions change, adding edited here

@zkoppert zkoppert merged commit 49b003c into main Jun 7, 2024
27 checks passed
@zkoppert zkoppert deleted the jm_workflow_types branch June 7, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants