Commit Graph

6 Commits

Author SHA1 Message Date
David Karlsson
9919609453 chore: remove pull_request_target triggers from pr-review and labeler
pr-review: drop pull_request_target (auto-review on open/ready_for_review).
Manual /review via issue_comment is preserved and unaffected.

labeler: replace pull_request_target with workflow_dispatch to disable
automatic fork-PR labeling. Can be re-enabled by reverting this change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 17:16:32 +01:00
dependabot[bot]
9d9d304a1b build(deps): bump actions/labeler from 5.0.0 to 6.0.1
Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](8558fd7429...634933edcd)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 01:06:31 +00:00
David Karlsson
1f1e6bf031 ci: bump runner to ubuntu-22.04
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 11:07:07 +02:00
David Karlsson
e4aaa11f29 deps: bump and pin actions/labeler@v5
- Upgrades node16 to node20
- Uses dot: true by default

https://github.com/actions/labeler/releases/tag/v5.0.0

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-11 17:58:26 +01:00
David Karlsson
aa2726dfd5 ci: use ubuntu-22.04
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-16 09:44:45 +01:00
David Karlsson
b9f0fc451a ci: auto-label pull requests
Use the official labeler action to automatically assign labels to PRs
based on the edited files.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-21 14:43:37 +01:00