Skip to content

Commit 4e8f838

Browse files
committed
:octocat: v2.x branch adjustments
1 parent 8a0bbde commit 4e8f838

7 files changed

Lines changed: 5 additions & 159 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
on:
1414
push:
1515
branches:
16-
- main
16+
- v2.x
1717
pull_request:
1818
branches:
19-
- main
19+
- v2.x
2020

2121
name: "Continuous Integration"
2222

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ An authenticator ([chillerlan/php-authenticator](https://github.com/chillerlan/p
1313
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/2fa-qrcode-bundle.svg?logo=packagist&logoColor=fff
1414
[packagist]: https://packagist.org/packages/chillerlan/2fa-qrcode-bundle
1515
[license-badge]: https://img.shields.io/github/license/chillerlan/2fa-qrcode-bundle
16-
[license]: https://github.com/chillerlan/2fa-qrcode-bundle/blob/main/LICENSE
17-
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/2fa-qrcode-bundle/ci.yml?branch=main&logo=github&logoColor=fff
18-
[gh-action]: https://github.com/chillerlan/2fa-qrcode-bundle/actions/workflows/ci.yml?query=branch%3Amain
16+
[license]: https://github.com/chillerlan/2fa-qrcode-bundle/blob/v2.x/LICENSE
17+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/2fa-qrcode-bundle/ci.yml?branch=v2.x&logo=github&logoColor=fff
18+
[gh-action]: https://github.com/chillerlan/2fa-qrcode-bundle/actions/workflows/ci.yml?query=branch%3Av2.x
1919
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/2fa-qrcode-bundle.svg?logo=packagist&logoColor=fff
2020
[downloads]: https://packagist.org/packages/chillerlan/2fa-qrcode-bundle/stats
2121

0 commit comments

Comments
 (0)