Igor Pecovnik
f1c53ccac2
PR actions scripts: fix workflow execution name
2026-01-08 12:03:19 +01:00
Igor
78c7556e7e
CI: Add watchdog action script and adjust log cleaning parameter ( #9147 )
...
Announce merge / announcepush (push) Has been cancelled
Help forks / 📢 Run repository dispatch on fork (push) Has been cancelled
Mirror to Codeberg / codeberg (push) Has been cancelled
Scan security / Scorecards analysis (push) Has been cancelled
* CI: add watchdog action script and adjust log cleaning parameter
- Replace hardcoded GH_TOKEN env with granular permissions
- Add proper error handling for workflow/run lookups
- Fix duplicate condition checking "failure" twice
- Only rerun failed workflows, exclude cancelled ones
- Improve jq parsing with cleaner variable extraction
- Add debug logging for troubleshooting
- Use dynamic repository reference for portability
2025-12-31 13:58:46 +01:00
Ricardo Pardini
415f118520
gha: check-pr-pictures: allow declare -g BOARD_VENDOR=
...
Announce merge / announcepush (push) Has been cancelled
Help forks / 📢 Run repository dispatch on fork (push) Has been cancelled
Mirror to Codeberg / codeberg (push) Has been cancelled
Scan security / Scorecards analysis (push) Has been cancelled
- I can't grok any of this, copilot did it
2025-12-28 19:12:42 +01:00
Igor Pecovnik
810ff67c90
chore: cleanup mirror_to_codeberg.yml workflow
...
Announce merge / announcepush (push) Has been cancelled
Help forks / 📢 Run repository dispatch on fork (push) Has been cancelled
Mirror to Codeberg / codeberg (push) Has been cancelled
Scan security / Scorecards analysis (push) Has been cancelled
- Remove redundant daily cron schedule (already runs on push to main)
- Add concurrency control to cancel old runs
- Improve formatting and add clarifying comments
- Add push trigger for main branch
2025-12-26 15:42:35 +01:00
Werner
b397590b28
Create mirror_to_codeberg.yml
2025-12-26 14:36:55 +01:00
Igor Pecovnik
28f5839d08
chore: standardize workflow names
...
Make all workflow names consistent and action-oriented:
- Use action verb first (Announce, Auto-label, Build, Check, Clean, Help, Label, Lint, Listen, Rewrite, Scan, Sync, Welcome)
- Keep names concise and descriptive
- Remove unnecessary details from the name
Changes:
- Analyze kernel security (was: Kernel Hardening Analysis)
- Announce merge (was: Announce PR merge to Discord)
- Announce PR (was: Announce PR on Discord for review)
- Auto-label PR (was: Automatic Pull Request Labeling)
- Build PR artifacts (was: Generate Artifacts on PR if...)
- Check PR assets (was: Check new board assets exist...)
- Clean workflow logs (was: Clean Workflow Logs)
- Sync Jira (was: Jira Sync)
- Help forks (was: Forked Helper)
- Label PR on approval (was: PR review labeler)
- Lint scripts (was: Lint on Scripts)
- Listen PR review (was: PR review listener)
- Rewrite kernel configs (was: Rewrite kernel configs - same)
- Scan security (was: Scorecards Security Scan)
- Sync board list (was: Update Board Lists)
- Sync labels (was: Sync Labels from YAML)
- Sync maintainers (was: Sync maintainers status)
- Sync tools (was: Update Tools in Scripts)
- Welcome first-time contributor (was: Welcome first-time issue contributor)
- Welcome first-time PR contributor (was: same - kept as is)
2025-12-25 12:00:52 +01:00
Igor Pecovnik
f56bfc7553
chore: rename workflow files to action-oriented naming
...
Rename all workflow files to follow a consistent action-oriented naming pattern similar to armbian.github.io:
- adjust-maintainers.yml → sync-maintainers-status.yml
- clean-workflow-logs.yml → cleanup-workflow-logs.yml
- forked-helper.yml → help-forked.yml
- issue-welcome-first-time.yml → welcome-issue-first-time.yml
- labels-from-yml.yml → sync-labels.yml
- merge-announce.yml → announce-merge.yml
- open-jira-ticket.yml → create-jira-ticket.yml
- pr-announce.yml → announce-pr.yml
- pr-auto-labeler.yml → auto-label-pr.yml
- pr-build-artifacts.yml → build-pr-artifacts.yml
- pr-check-pictures.yml → check-pr-pictures.yml
- pr-kernel-security-analysis.yml → analyze-pr-kernel-security.yml
- pr-label-on-approved.yml → label-pr-on-approval.yml
- pr-lint-scripts.yml → lint-pr-scripts.yml
- pr-review-listener.yml → listen-pr-review.yml
- pr-welcome-first-time.yml → welcome-pr-first-time.yml
- rewrite-kernel-configs.yml → rewrite-kernel-config-files.yml
- update-board-list.yml → sync-board-list.yml
- update-tools.yml → sync-tools.yml
This makes the workflow names more descriptive and consistent with the action verb first, followed by the target object.
2025-12-25 11:43:57 +01:00
dependabot[bot]
25c45dc8ae
build(deps): bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 21:23:13 +01:00
dependabot[bot]
7387a01316
build(deps): bump actions/checkout from 4 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 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/v4...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-12-22 21:23:04 +01:00
Igor Pecovnik
87dc516cb5
Fix PR comments for forked submissions
2025-12-16 17:32:28 +01:00
Igor Pecovnik
c34c7cf9c2
GHA: Enforce board and vendor image availability for newly added boards
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
Update Board Lists / Send dispatch (push) Has been cancelled
2025-12-16 14:48:57 +01:00
dependabot[bot]
6e86bc241f
build(deps): bump peter-evans/create-pull-request from 7 to 8
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 20:59:19 +01:00
dependabot[bot]
7383cbc91f
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from abdd2f68ea150cee8f236d4a9fb4e0f2491abf1b to e0021407031f5be11a464abee9a0776171c79891.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](abdd2f68ea...e002140703 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: e0021407031f5be11a464abee9a0776171c79891
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 20:59:07 +01:00
dependabot[bot]
3b8dd0dea1
build(deps): bump actions/download-artifact from 6 to 7
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 20:58:53 +01:00
dependabot[bot]
cb63041d23
build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 20:58:43 +01:00
dependabot[bot]
8866134334
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 6da3c88b60ebf09464ada9b06fba5b6f2d34bb94 to abdd2f68ea150cee8f236d4a9fb4e0f2491abf1b.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](6da3c88b60...abdd2f68ea )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: abdd2f68ea150cee8f236d4a9fb4e0f2491abf1b
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 22:01:56 +01:00
dependabot[bot]
1ae07b384f
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 70069877f29101175ed2b055d210fe8b1d54d7d7 to 6da3c88b60ebf09464ada9b06fba5b6f2d34bb94.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](70069877f2...6da3c88b60 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 6da3c88b60ebf09464ada9b06fba5b6f2d34bb94
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 21:08:35 +01:00
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]
d782fdab80
build(deps): bump tj-actions/changed-files
...
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 0ff001de0805038ff3f118de4875002200057732 to 70069877f29101175ed2b055d210fe8b1d54d7d7.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](0ff001de08...70069877f2 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 70069877f29101175ed2b055d210fe8b1d54d7d7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 23:20:10 +01:00
Austin Lane
b9de24028e
Actions: Disable merge-announce workflow on forks
2025-11-10 17:07:21 +01:00
Igor Pecovnik
c133a7d664
Revert "Implement option to skip certain kernel configs that don't want to play along"
...
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
This reverts commit 73a43c993dd53eb6aacc18fe4222c293a7a31589.
2025-11-09 20:33:27 +01:00
Igor Pecovnik
f3b699793b
Implement option to skip certain kernel configs that don't want to play along
2025-11-08 21:11:06 +01:00
dependabot[bot]
b762945378
build(deps): bump igorjs/gh-actions-clean-workflow from 6 to 7
...
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
Bumps [igorjs/gh-actions-clean-workflow](https://github.com/igorjs/gh-actions-clean-workflow ) from 6 to 7.
- [Release notes](https://github.com/igorjs/gh-actions-clean-workflow/releases )
- [Changelog](https://github.com/igorjs/gh-actions-clean-workflow/blob/main/CHANGELOG.md )
- [Commits](https://github.com/igorjs/gh-actions-clean-workflow/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: igorjs/gh-actions-clean-workflow
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 19:36:42 +01:00
dependabot[bot]
8fe7cecc09
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from dbf178ceecb9304128c8e0648591d71208c6e2c9 to 0ff001de0805038ff3f118de4875002200057732.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](dbf178ceec...0ff001de08 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 0ff001de0805038ff3f118de4875002200057732
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 19:18:55 +01:00
Igor
a2f2eb32a1
Kernel config rewrite: use our strong servers for matrix generation ( #8859 )
...
* Add review request to kernel configs workflow
* Update rewrite-kernel-configs.yml
* Remove mentioning ai as we solved it differently
https://github.com/armbian/build/pull/8861
2025-11-03 18:09:34 +01:00
dependabot[bot]
dc3d3c9c36
build(deps): bump actions/upload-artifact from 4 to 5
...
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 21:19:18 +01:00
dependabot[bot]
f7f4ab00b8
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 to dbf178ceecb9304128c8e0648591d71208c6e2c9.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](d03a93c0db...dbf178ceec )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: dbf178ceecb9304128c8e0648591d71208c6e2c9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 21:18:48 +01:00
dependabot[bot]
c4449120c0
build(deps): bump actions/download-artifact from 5 to 6
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 21:18:26 +01:00
dependabot[bot]
92de09ea2e
build(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-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 00:00:21 +02:00
dependabot[bot]
c42ffb8182
build(deps): bump actions/download-artifact from 4 to 5
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 23:58:19 +02:00
dependabot[bot]
847bb948b1
build(deps): bump github/codeql-action from 3 to 4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 23:58:08 +02:00
dependabot[bot]
b1c5854efe
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-10-13 23:56:49 +02:00
Igor Pecovnik
bc0005ba57
GHA: rewrite kernel configs and open a PR if there are changes
2025-10-11 11:47:28 +02:00
dependabot[bot]
ac1b6045d3
build(deps): bump peter-evans/repository-dispatch from 3 to 4
...
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch ) from 3 to 4.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases )
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 22:25:46 +02:00
dependabot[bot]
acd86cace7
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 28cf3adc4b6dbff2746d5216da021a10e53b4f58 to d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](28cf3adc4b...d03a93c0db )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 22:25:21 +02:00
dependabot[bot]
e4bbaea4fe
build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.4.2...v2.4.3 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 22:25:11 +02:00
dependabot[bot]
a95c408eff
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 4563c729c555b4141fac99c80f699f571219b836 to 28cf3adc4b6dbff2746d5216da021a10e53b4f58.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](4563c729c5...28cf3adc4b )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 28cf3adc4b6dbff2746d5216da021a10e53b4f58
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-30 06:41:01 +02:00
dependabot[bot]
99f1dc0423
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 1ac60965030588f3b867cdd4a3900f37ec99970c to 4563c729c555b4141fac99c80f699f571219b836.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](1ac6096503...4563c729c5 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 4563c729c555b4141fac99c80f699f571219b836
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-23 07:34:14 +02:00
dependabot[bot]
bd7fbb0fd0
build(deps): bump tj-actions/changed-files
...
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
Update Board Lists / Send dispatch (push) Has been cancelled
Clean Workflow Logs / clean-logs (push) Has been cancelled
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 8c14441336bb3d84fd6b7fa83b6d7201c740baf5 to 1ac60965030588f3b867cdd4a3900f37ec99970c.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](8c14441336...1ac6096503 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 1ac60965030588f3b867cdd4a3900f37ec99970c
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-14 13:49:49 +02:00
dependabot[bot]
c3a7854f73
build(deps): bump actions/download-artifact from 4 to 5
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-14 13:49:34 +02:00
dependabot[bot]
9fb0d863be
build(deps): bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-14 13:47:33 +02:00
Igor
7995d2ac3f
Add more labels to remove on PR approval
...
Expanded the labelsToRemove array to include additional labels.
2025-09-14 13:44:47 +02:00
Igor
3bb8125be8
Modify PR workflow to remove multiple labels
...
Removes work in progress label too.
2025-09-14 13:44:47 +02:00
Igor
29e30fa237
Implement label removal on PR approval
...
Once we set label "Ready to merge" lets remove "Review needed". If its set.
2025-09-13 13:53:41 +02:00
I am just a bot
6e11920bf3
Reliable PR number relay for labeler workflow ( #8628 )
2025-09-13 12:17:09 +02:00
Igor
47519373a6
PR review labeler: extract PR number from commit ID ( #8627 )
2025-09-13 11:37:27 +02:00
Igor Pecovnik
e60abc531b
Add Label When Approved action
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
2025-09-12 21:31:19 +02:00
dependabot[bot]
aa36ba958b
build(deps): bump plbstl/first-contribution from 3 to 4
...
Forked Helper / 📢 Run repository dispatch on fork (push) Has been cancelled
Announce PR merge to Discord / announcepush (push) Has been cancelled
Scorecards Security Scan / Scorecards analysis (push) Has been cancelled
Bumps [plbstl/first-contribution](https://github.com/plbstl/first-contribution ) from 3 to 4.
- [Release notes](https://github.com/plbstl/first-contribution/releases )
- [Commits](https://github.com/plbstl/first-contribution/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: plbstl/first-contribution
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 06:22:18 +02:00
dependabot[bot]
d25d906bb9
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 3b04099b21072562f07469c10deb182b24236ca9 to 8c14441336bb3d84fd6b7fa83b6d7201c740baf5.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](3b04099b21...8c14441336 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 8c14441336bb3d84fd6b7fa83b6d7201c740baf5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 06:21:47 +02:00
dependabot[bot]
8b7e277770
build(deps): bump actions/labeler from 5 to 6
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 06:21:17 +02:00