1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/.github
Gauthier Petetin 3bbfe87e9e
feat(action): github action to automatically add label "release-x.y.z" when PRs get merged (#19061)
* feat(action): github action to add release label when PR gets merged

* feat(action): make sure the action only runs for PRs merged in main branch

* fix(action): update labels default color

* fix(action): add check on release label format

* fix(action): type function explicitely

* feat(action): add possibility to extract next release version number from artifact

* fix(action): rename next rc cut number into next semver version

* feat(action): add a github action to create release branch

* fix(action): default branch is develop

* fix(action): specify name of workflow used to create release branch

* fix(action): handle case where artifact doesn't exist

* fix(action): create branch but not the PR

* feat(action): fetch next semver version from release branches name or from package.json

* fix(action): remove unused Create Release Branch action

* fix(action): release branch format was not correct

* feat(action): take tags into account when calculating next version number

* feat(action): add the possibility to force next semver version

* fix(action): update comments

* fix(action): adopt kebak-case instead of snake_case

* fix(action): rename PERSONAL_ACCESS_TOKEN into RELEASE_LABEL_TOKEN

* fix(action): yarn installation not required

* fix(action): yarn install shall be immutable

* fix(action): make the script compatible with ShellCheck

* fix(script): exit script earlier if condition is met

* fix(action): use closingIssuesReferences instead of timeline events

* fix(action): add execute permissions to script

* fix(action): remove duplicate comment
2023-06-20 09:29:35 -03:00
..
ISSUE_TEMPLATE Updating Zendesk ticket request URLs (#15458) 2022-08-04 12:45:25 -05:00
scripts feat(action): github action to automatically add label "release-x.y.z" when PRs get merged (#19061) 2023-06-20 09:29:35 -03:00
workflows feat(action): github action to automatically add label "release-x.y.z" when PRs get merged (#19061) 2023-06-20 09:29:35 -03:00
CODEOWNERS Update CODEOWNERS: remove requirement for supply-chain team to approv… (#19014) 2023-05-04 20:56:05 -02:30
CONTRIBUTING.md Move issue template and contributing doc to .github (#7952) 2020-01-30 10:30:30 -03:30
dependabot.yml @metamask/contract-metadata (#9968) 2020-12-01 14:55:01 -08:00
FUNDING.yml Create FUNDING.yml (#7669) 2019-12-12 12:34:40 -04:00
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md (#16367) 2022-11-04 14:58:35 +00:00