dependabot[bot]
54808ecff2
build(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [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/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 20:31:42 +01:00
dependabot[bot]
27e0b70190
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [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/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-13 05:42:34 +02:00
Igor
e4d75f29ba
Discord announcement: push only when label "Needs review" is set ( #7075 )
...
* Discord annoucement: push only when label "Needs review" is set
* Change to label triggering
* actions: Add run-name to `pr-announce` workflow
---------
Co-authored-by: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com>
2024-08-20 12:04:51 +02:00
Werner
da899b2c93
attempt to fix pr announce for all contributors ( #7081 )
...
The earlier attempt seem to limit announces to repository members for some reason.
This attempt limits to the repo only, therefore forks should not be affected.
Not sure if it works, but there is only one way to find out.
2024-08-13 17:41:10 +02:00
Igor
869a6615c4
Prevent running announce script in forks ( #7073 )
...
* Prevent running announce script in forks
* Add description
* fix typo
---------
Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
2024-08-13 09:21:40 +02:00
Werner
ac01365708
fix pr being announce multiple times ( #7070 )
...
by limiting action to pr opening.
2024-08-12 19:04:25 +02:00
Werner
80873d368e
fix link for pr
2024-08-12 17:44:12 +02:00
Werner
77e6c9c8ef
Send summaries of PR and merges to main chat ( #7060 )
...
* Create pr-announce.yml
* Rename pr-announce.yml to pr-announce.yml
* Create merge-announce.yml
2024-08-11 09:29:12 +02:00