diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-01 10:23:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 10:23:57 (GMT) |
commit | d3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b (patch) | |
tree | f21711cbd7dd2bbf7db3911561876d50d760fd22 /.github | |
parent | c336b4c14fea17763ee0d3acbb8e9155beb617e0 (diff) | |
download | cpython-d3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b.zip cpython-d3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b.tar.gz cpython-d3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b.tar.bz2 |
build(deps): bump mheap/github-action-required-labels from 4 to 5 (#106306)
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 4 to 5.
- [Release notes](https://github.com/mheap/github-action-required-labels/releases)
- [Commits](https://github.com/mheap/github-action-required-labels/compare/v4...v5)
---
updated-dependencies:
- dependency-name: mheap/github-action-required-labels
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/require-pr-label.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 88aaea0..9327b43 100644 --- a/.github/workflows/require-pr-label.yml +++ b/.github/workflows/require-pr-label.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - - uses: mheap/github-action-required-labels@v4 + - uses: mheap/github-action-required-labels@v5 with: mode: exactly count: 0 |