Commit Graph

22 Commits

Author SHA1 Message Date
Nick Schonning 202c130697
ci: pin peter-evans/create-pull-request v7.0.8 SHA 2025-03-17 01:06:12 -04:00
Nick Schonning 133475e1a7
ci: pin actions/github-script v7.0.1 SHA 2025-03-17 01:04:49 -04:00
Nick Schonning 9d71cf8178
ci: pin actions/checkout 4.2.2 SHA 2025-03-17 01:03:00 -04:00
Simen Bekkhus 4a914e2f84
Merge pull request #2139 from nodejs/dependabot/github_actions/peter-evans/create-pull-request-7
chore(deps): bump peter-evans/create-pull-request from 6 to 7
2024-10-17 09:18:44 +02:00
Nick Schonning 57a7fa3bd0
ci: Add PR Write permission for official PR 2024-10-03 23:28:42 -04:00
dependabot[bot] 53aa147933
chore(deps): bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 07:28:51 +00:00
dependabot[bot] 8ad6a61032
chore(deps): bump peter-evans/create-pull-request from 5 to 6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 07:49:39 +00:00
dependabot[bot] 5500ec831a
chore(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 07:38:14 +00:00
dependabot[bot] aaae8ece68
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 07:14:18 +00:00
dependabot[bot] 9f4db301c4
chore(deps): bump peter-evans/create-pull-request from 4 to 5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 07:56:49 +00:00
Nick Schonning 75078c0397
ci: Remove At sign from team mention config 2023-02-17 17:26:46 -05:00
Simen Bekkhus 7b418d1bc4 fix: get correct commit message and PR title for auto PRs 2022-04-07 14:51:30 +02:00
Nick Schonning 60b12fd776
Merge pull request #1664 from nodejs/SimenB-patch-1
chore: use PAT for automated pull request
2022-04-05 09:53:30 -04:00
dependabot[bot] 4f66bee1fe
chore(deps): bump peter-evans/create-pull-request from 3 to 4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 07:06:28 +00:00
Simen Bekkhus 4f00bf2179 chore: update formatting of commit message as well 2022-03-21 11:18:13 +01:00
Simen Bekkhus 0d7653f3b7 fix: avoid function calls in GH action script 2022-03-21 09:56:31 +01:00
Simen Bekkhus 17e49dae98 chore: use repo token to open PR 2022-03-21 08:45:12 +01:00
Simen Bekkhus a55cbf20c4
Merge pull request #1665 from SimenB/no-manual-output 2022-03-21 07:40:07 +00:00
Simen Bekkhus 8eef34c04f
Apply suggestions from code review
Co-authored-by: Nick Schonning <nschonni@gmail.com>
2022-03-21 08:39:53 +01:00
Simen Bekkhus bb096cca66 chore: remove auto-pr approval 2022-03-11 07:43:23 +01:00
Simen Bekkhus 64779cd47c chore: use default output from action rather than manual output 2022-03-11 07:35:38 +01:00
Pedro Silva 62262f41d4
Automating docker-node part of the official Node Docker images release process (#1646)
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Co-authored-by: Pedro Henrique <pedro.silva@wisenet.inf.br>
2022-03-10 22:18:08 +01:00