diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 4a258a23e25..5332d09d8a3 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -73,7 +73,8 @@ body: options: - "32" - "33" - - "34 (master)" + - "34" + - "35 (master)" validations: required: true - type: dropdown diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 7c28bd87bae..326f1b6585c 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -17,7 +17,21 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] + branches: + - ${{ github.event.repository.default_branch }} + - 'stable34' + - 'stable33' + - 'stable32' + - 'stable31' + - 'stable30' + - 'stable29' + - 'stable28' + - 'stable27' + - 'stable26' + - 'stable25' + - 'stable24' + - 'stable23' + - 'stable22' name: update-ca-certificate-bundle-${{ matrix.branches }} diff --git a/.github/workflows/update-code-signing-crl.yml b/.github/workflows/update-code-signing-crl.yml index 9704aa12cfd..6b06a8d2073 100644 --- a/.github/workflows/update-code-signing-crl.yml +++ b/.github/workflows/update-code-signing-crl.yml @@ -17,7 +17,21 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] + branches: + - ${{ github.event.repository.default_branch }} + - 'stable34' + - 'stable33' + - 'stable32' + - 'stable31' + - 'stable30' + - 'stable29' + - 'stable28' + - 'stable27' + - 'stable26' + - 'stable25' + - 'stable24' + - 'stable23' + - 'stable22' name: update-code-signing-crl-${{ matrix.branches }}