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

Workflow Housekeeping #9428

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ ___

### How to re-run jobs

- Some actions cannot be rerun in the GitHub UI. Namely the snyk checks and the cla check. Snyk checks are rerun by closing and reopening the PR. You can retrigger the cla check by commenting on the PR with `@cla-bot check`
- From the UI you can rerun from failure
- You can retrigger the cla check by commenting on the PR with `@cla-bot check`

___

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/bot-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
include:
- label: "dependencies"
changie_kind: "Dependencies"
- label: "snyk"
changie_kind: "Security"
runs-on: ubuntu-latest
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't use snyk anymore


steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/changelog-existence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ name: Check Changelog Entry
on:
pull_request_target:
types: [opened, reopened, labeled, unlabeled, synchronize]
paths-ignore: ['.changes/**', '.github/**', 'tests/**', '**.md', '**.yml']
Copy link
Member Author

Choose a reason for hiding this comment

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

If these are the only fields changing, there does not need to be a changelog


workflow_dispatch:

defaults:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/jira-creation.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/jira-label.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/jira-transition.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test/.actrc

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test/.secrets.EXAMPLE

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/test/inputs/release_docker.json

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/version-bump.yml
Copy link
Member Author

Choose a reason for hiding this comment

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

This is now done as part of the release. It's not a separate step. The workflow lives in actions still as well.

This file was deleted.

Loading