about summary refs log tree commit diff
path: root/.github/workflows/labels.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-17build(deps): bump actions/labeler from 4.3.0 to 5.0.0dependabot[bot]1-1/+1
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/ac9175f8a1f3625fd0d4fb234536d26811351594...8558fd74291d67161a8a78ce36a881fa63b766a9) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29ci: pin third party actionsVictor Engmark1-1/+1
For reproducibility. Command: ```shell for file in .github/workflows/*.y*ml; do npx pin-github-action --comment=' {ref}' "$file" done ``` Then had to manually replace all the versions with accurate specifiers (for example, "v4" → "v4.1.1" in case of `actions/checkout`).
2023-01-21.github/workflows/labels.yml: fix typozowoq1-1/+1
mistake in https://github.com/NixOS/nixpkgs/commit/d1570428a2685b40925fe90916b68862b0895e94
2023-01-21.github/workflows/labels.yml: allow PRs to skip labelszowoq1-1/+1
2022-03-21ci: add warning to actions with writeable GITHUB_TOKENJörg Thalheim1-0/+5
Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>
2022-03-02build(deps): bump actions/labeler from 3 to 4dependabot[bot]1-1/+1
Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v3...v4)
2021-04-24actions: add some permission restrictionsGraham Christensen1-0/+4
2021-04-03.github/workflows/labels.yml: set event typeszowoq1-0/+1
opened, synchronize, reopened are the defaults for `pull_request_target`, `edited` will trigger the label action if the PRs base branch is changed.
2021-03-20.github/workflows/labels.yml: label PRszowoq1-0/+14