Skip to content

Commit b375512

Browse files
authored
Merge pull request #2125 from coronasafe/develop
2 parents ae0753b + 1ed6c07 commit b375512

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Combine Dependencies
2+
3+
on: workflow_dispatch
4+
5+
# The minimum permissions required to run this Action
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
checks: read
10+
11+
jobs:
12+
combine-prs:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Combine dependencies
17+
id: combine-dependencies
18+
uses: github/combine-prs@v5.0.0
19+
with:
20+
pr_title: Combined dependencies # The title of the pull request to create
21+
select_label: dependencies # The label which marks PRs that should be combined.
22+
labels: combined-dependencies # Add a label to the combined PR
23+
ci_required: "false" # Whether or not CI should be passing to combine the PR

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dry-rest-permissions = "==0.1.10"
2828
drf-nested-routers = "==0.93.4"
2929
drf-spectacular = "==0.26.4"
3030
"fhir.resources" = "==6.5.0"
31-
gunicorn = "==21.2.0"
31+
gunicorn = "==22.0.0"
3232
healthy-django = "==0.1.0"
3333
jsonschema = "==4.20.0"
3434
jwcrypto = "==1.5.6"

Pipfile.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)