2d10d3685f
Bump the github-actions group with 4 updates ( #10239 )
...
Run the E2E test on kind / setup-test-matrix (push) Successful in 4s
e2e-test-kind.yaml / extract (push) Failing after 5s
Run the E2E test on kind / get-go-version (push) Failing after 6s
Run the E2E test on kind / build (push) Skipped
Run the E2E test on kind / run-e2e-test (push) Skipped
push.yml / extract (push) Failing after 5s
Main CI / get-go-version (push) Failing after 6s
Main CI / Build (push) Skipped
Bumps the github-actions group with 4 updates: [actions/github-script](https://github.com/actions/github-script ), [actions/cache](https://github.com/actions/cache ), [jpmcb/prow-github-actions](https://github.com/jpmcb/prow-github-actions ) and [actions/stale](https://github.com/actions/stale ).
Updates `actions/github-script` from 7 to 9
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v9 )
Updates `actions/cache` from 4 to 6
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v6 )
Updates `jpmcb/prow-github-actions` from 1.1.3 to 2.0.0
- [Release notes](https://github.com/jpmcb/prow-github-actions/releases )
- [Commits](https://github.com/jpmcb/prow-github-actions/compare/f4d01dd4b13f289014c23fe5a19878a2479cb35b...c44ac3a57d67639e39e4a4988b52049ef45b80dd )
Updates `actions/stale` from 10.1.1 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v10.1.1...v11.0.0 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: jpmcb/prow-github-actions
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: 11.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-12 16:30:29 +08:00
9cb2c25eb8
Bump kentaro-m/auto-assign-action from 2.0.0 to 2.0.2 ( #10201 )
...
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action ) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases )
- [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v2.0.0...v2.0.2 )
---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 15:28:38 -04:00
Copilot and GitHub
fb86290def
Merge pull request #10208 from velero-io/copilot/edit-autoassign-workflow
...
e2e-test-kind.yaml / extract (push) Failing after 6s
Run the E2E test on kind / get-go-version (push) Failing after 7s
Run the E2E test on kind / build (push) Skipped
Run the E2E test on kind / setup-test-matrix (push) Successful in 3s
Run the E2E test on kind / run-e2e-test (push) Skipped
push.yml / extract (push) Failing after 7s
Main CI / get-go-version (push) Failing after 7s
Main CI / Build (push) Skipped
Re-request maintainer review when only one CODEOWNERS approval exists
2026-08-10 09:44:01 -07:00
Shubham Pampattiwar
6104324436
Skip upstream-only workflows on forks
...
Add repository guard (github.repository == 'velero-io/velero') to
workflows that should only run on the upstream repo. This prevents
unnecessary CI runs on forks like openshift/velero where these
workflows either fail due to missing secrets/config or duplicate
fork-specific CI.
Guarded workflows: auto_assign_prs, auto_label_prs,
auto_request_review, e2e-test-kind, nightly-trivy-scan,
pr-changelog-check, pr-codespell, pr-filepath-check,
pr-linter-check, prow-action, rebase, stale-issues.
Intentionally left unguarded: pr-ci-check (useful for contributors
on forks), get-go-version (reusable workflow_call only).
Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com >
2026-07-14 11:06:16 -07:00
Daniel Jiang
a96a73d0d7
Set permissions to the actions
...
This commit update the actions "Auto Assign Author", "Auto Label PRs",
and "Auto Request Review"
Signed-off-by: Daniel Jiang <daniel.jiang@broadcom.com >
2026-04-21 19:00:14 +08:00
dependabot[bot] and GitHub
08d0c01f75
Bump kentaro-m/auto-assign-action from 1.1.1 to 2.0.0
...
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action ) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases )
- [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.1.1...v2.0.0 )
---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 19:55:21 +00:00
Carlisia Thompson and GitHub
f988fd1411
Fix misspelled file name ( #3712 )
...
* Fix misspelled file name
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Change placement of line
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Fix configuration setting
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Move comment
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Fix lint errors
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
2021-04-21 10:04:04 -07:00
Carlisia
a6c0a51dc8
Fix format
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia
18a8888e9f
Consolidate config files and fix path
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia
adaa626457
Add Abbie to PR review requests
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia Thompson and GitHub
68320362d5
Improve GH Action PR assign + labeling ( #3584 )
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-03-16 23:52:50 +08:00
Bridget McErlean and GitHub
2a4586ba08
Use correct suffix for Labeler config file ( #3441 )
...
The labeler action was failing as it was looking for
`.github/labels.yaml` but the file has the suffix `.yml`. This change
fixes the path used by the labeler action.
Signed-off-by: Bridget McErlean <bmcerlean@vmware.com >
2021-02-10 12:58:17 -05:00
Nolan Brubaker
0be45888d6
Pin version of labeler action
...
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2021-02-09 16:36:50 -05:00
Nolan Brubaker and GitHub
5940a47789
Enable automatic labeling of PRs via Actions ( #3431 )
...
* Automatically label PRs based on the file paths
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Enable prow-like commands
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Require filling in the PR template
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Update contributor docs to reference PR template
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Expand checklist and ask for issue number on PRs
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Document why we're not enabling /lgtm yet
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Combine PR assignment and labeling workflow
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2021-02-09 10:12:48 -05:00
Bridget McErlean and GitHub
60905d36c3
Auto assign reviewers when PR is ready for review ( #3006 )
...
The workflow that we are using for auto-assigning reviewers to a PR did
not cover the event when a draft PR is marked as ready for review. This
change adds the `ready_for_review` activity type to the list of types to
use for triggering the workflow.
This change also fixes a typo in one of the other listed types
(`synchronize`).
See the [docs for more information](https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request_target ).
Signed-off-by: Bridget McErlean <bmcerlean@vmware.com >
2020-10-13 19:06:47 -04:00
Nolan Brubaker and GitHub
5b28d70e49
Switch event to use pull_request_target ( #2807 )
...
The pull_request_target event is like pull_request, but runs in the
context of the target repo (Velero, in this case), instead of the fork.
This allows us to use the GitHub token secret as expected.
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2020-08-11 10:57:16 -07:00
Nolan Brubaker and GitHub
94872ea2fc
Add github token so action can actually auth ( #2766 )
...
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2020-07-27 14:35:26 -07:00
Nolan Brubaker and GitHub
7005879f3f
Fix YAML in auto-assign GitHub Action ( #2759 )
...
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2020-07-24 14:08:09 -07:00
Nolan Brubaker and GitHub
cffb639380
Auto-assign github PR reviewers and assignee ( #2758 )
...
Use a GitHub Action to automatically assign GitHub PRs to the author, as
well as add reviewers.
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2020-07-24 12:58:44 -07:00