Skip to content

Tags: github/evergreen

Tags

v1.20.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump the dependencies group with 2 updates (#325)

* chore(deps): bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [github/contributors](https://github.com/github/contributors) and [super-linter/super-linter](https://github.com/super-linter/super-linter).


Updates `github/contributors` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/github/contributors/releases)
- [Commits](github/contributors@1f903d4...ed5a1f1)

Updates `super-linter/super-linter` from 7.2.1 to 7.3.0
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@85f7611...4e8a7c2)

---
updated-dependencies:
- dependency-name: github/contributors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: linting

Signed-off-by: jmeridth <jmeridth@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jmeridth <jmeridth@gmail.com>

v1.20.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump python in the dependencies group (#317)

v1.20.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix permissions on auto-labler and release-image (#307)

Signed-off-by: jmeridth <jmeridth@gmail.com>

v1.20.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: summary project output (#288)

* fix: rename project_id to project_global_id for consistency and clarity

* fix: update summary content to include links for created issues and pull requests

* style: format code for improved readability in evergreen.py

* style: improve summary content formatting for better readability in evergreen.py

* fix: set default value for project_global_id to None

---------

Co-authored-by: JM (Jason Meridth) <jmeridth@github.com>

v1.19.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: move to reusable workflows (#297)

- [x] auto-labeler
  - add major,minor,patch labels to auto-labeler
- [x] pr-title
- [x] release
- [x] delete major-version-updater action, we are not using it
- [x] update release-drafter template to use $OWNER/$REPOSITORY

Signed-off-by: jmeridth <jmeridth@gmail.com>

v1.19.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add QEMU setup and support for multiple platforms in release wo…

…rkflow (#283)

v1.18.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance GitHub Action summary with detailed repository updates (#…

…280)

v1.18.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: skip repo if no package manager found (#270)

* fix: skip repo if no package manager found

* feat: add gradle and devcontainers support + tests

* feat: add test for dependabot extra configuration at env level

* fix: add registries key if existing configuration dependabot configuration exists

v1.17.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: continue on no update for repository (#273)

v1.16.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support private repository configuration (#265)

* feat: support private repository configuration

* feat: add tests to dependabot_file.py

* fix: remove prettier from Makefile

* fix: README lint

* fix: README lint

* fix: add suggestions

---------

Co-authored-by: JM (Jason Meridth) <jmeridth@github.com>