Skip to content

Commit 83fca83

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.0.0 (#174)
* 1.0.0 * Update CHANGELOG * Disable test add team label for GitHub Actions bot * Remove team label test --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 072c900 commit 83fca83

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ jobs:
1919
name: Test checkout-and-setup
2020
uses: ./.github/workflows/test-checkout-and-setup.yml
2121

22-
test-add-team-label:
23-
name: Test add-team-label
24-
uses: ./.github/workflows/test-add-team-label.yml
25-
secrets:
26-
TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }}
27-
2822
all-jobs-completed:
2923
name: All jobs completed
3024
runs-on: ubuntu-latest
3125
needs:
3226
- lint-workflows
3327
- build-lint-test
3428
- test-checkout-and-setup
35-
- test-add-team-label
3629
outputs:
3730
PASSED: ${{ steps.set-output.outputs.PASSED }}
3831
steps:

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/MetaMask/github-tools/
10+
## [1.0.0]
11+
12+
### Added
13+
14+
- Initial release of `github-tools` ([#174](https://github.com/MetaMask/github-tools/pull/174))
15+
- `github-tools` was previously used by referencing commit hashes, but this is no longer recommended.
16+
17+
### Changed
18+
19+
- **BREAKING:** Migrate all reusable workflows to composite actions ([#164](https://github.com/MetaMask/github-tools/pull/164), [#166](https://github.com/MetaMask/github-tools/pull/166), [#167](https://github.com/MetaMask/github-tools/pull/167), [#168](https://github.com/MetaMask/github-tools/pull/168), [#169](https://github.com/MetaMask/github-tools/pull/169))
20+
- All actions are now in the `.github/actions` folder.
21+
- Instead of passing secrets, actions now use inputs for things like tokens.
22+
- The `github-tools-version` input of some workflows was removed, since the actions can now determine which version to use automatically.
23+
- Some inputs were renamed for consistency across actions.
24+
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))
25+
26+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.0.0...HEAD
27+
[1.0.0]: https://github.com/MetaMask/github-tools/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/github-tools",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)