From 0cecb660bfd23be699dcf724a0ccb69efa0697f1 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Mon, 4 Mar 2024 09:16:19 -0800 Subject: [PATCH 1/3] Fix select_label input to combine-prs workflow Accidentally had an s --- .github/workflows/combine-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index a1eefc7f..b170e5d6 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -22,4 +22,4 @@ jobs: with: labels: combined-pr # Optional: add a label to the combined PR ci_required: true # require all checks to pass before combining - select_labels: dependencies # Optional: only combine PRs with this label + select_label: dependencies # Optional: only combine PRs with this label From d9ceee7afe574d4837a5705f03d1343a4f7e7c6d Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Fri, 8 Mar 2024 13:58:26 -0800 Subject: [PATCH 2/3] Do not autoclose PRs after combined PR is merged --- .github/workflows/combine-prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index b170e5d6..c2f75a73 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -23,3 +23,4 @@ jobs: labels: combined-pr # Optional: add a label to the combined PR ci_required: true # require all checks to pass before combining select_label: dependencies # Optional: only combine PRs with this label + autoclose: false # do not close the source PRs - dependabot should handle it. From f7c7dfd21afd1d9422ae9314d00dd6af145f993c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:08:02 +0000 Subject: [PATCH 3/3] Bump mypy from 1.8.0 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 0ccdf836..f872a3bb 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -111,7 +111,7 @@ mccabe==0.7.0 # via # flake8 # pylint -mypy==1.8.0 +mypy==1.9.0 # via -r requirements/dev-requirements.in mypy-extensions==1.0.0 # via