Skip to content

Commit 61c36bc

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: update the Scorecards branch Update PR template
2 parents cbab5a8 + 3978286 commit 61c36bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | 7.3 for features / 6.4, and 7.2 for bug fixes <!-- see below -->
3+
| Branch? | 7.4 for features / 6.4, 7.2, or 7.3 for bug fixes <!-- see below -->
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
66
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
schedule:
77
- cron: '34 4 * * 6'
88
push:
9-
branches: [ "7.3" ]
9+
branches: [ "7.4" ]
1010

1111
# Declare default permissions as read only.
1212
permissions: read-all

0 commit comments

Comments
 (0)