Skip to content

Commit 2bd6d59

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: update the branch used for Scorecards Update PR template
2 parents 54e691d + 09f0743 commit 2bd6d59

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.4 for features / 6.4, 7.3 for bug fixes
3+
| Branch? | 8.1 for features / 6.4, 7.3, 7.4, 8.0 for bug fixes
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- if yes, also update src/**/CHANGELOG.md -->
66
| Deprecations? | yes/no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->

.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.4" ]
9+
branches: [ "8.1" ]
1010

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

0 commit comments

Comments
 (0)