Skip to content

Tags: getsentry/github-workflows

Tags

3.3.0

Toggle 3.3.0's commit message
release: 3.3.0

v3

Toggle v3's commit message
release: 3.3.0

latest

Toggle latest's commit message
release: 3.3.0

3.2.1

Toggle 3.2.1's commit message
release: 3.2.1

3.2.0

Toggle 3.2.0's commit message
release: 3.2.0

3.1.0

Toggle 3.1.0's commit message
release: 3.1.0

3.0.0

Toggle 3.0.0's commit message
release: 3.0.0

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Improve GitHub Actions workflows with environment variable ha…

…ndling (#89)" (#97)

* Revert "Improve GitHub Actions workflows with environment variable handling (#89)"

This reverts commit 831aefe.

* chore: changelog

v2

Toggle v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Improve GitHub Actions workflows with environment variable ha…

…ndling (#89)" (#97)

* Revert "Improve GitHub Actions workflows with environment variable handling (#89)"

This reverts commit 831aefe.

* chore: changelog

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(danger): Allow skipping changelog with label (#94)

* feat(danger): Allow skipping changelog with label

This allows skipping the danger changelog check with a `skip-changelog`
label in addition to `#skip-changelog` in the PR description.

To make sure this triggers properly, the `danger` workflow should be run
on a PR being `labeled` and `unlabeled`.

* Fix pr reference

* changelog

* Update CHANGELOG.md

---------

Co-authored-by: Ivan Dlugos <[email protected]>