github-action-required-labels
github-action-required-labels copied to clipboard
Fail the build if/unless a certain combination of labels are applied to a pull request
Bumps the production-dependencies group with 1 update: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core). Changelog Sourced from @actions/core's changelog. 1.10.1 Fix error message reference in oidc utils #1511 Commits See full diff in compare view [. Updates `nock` from 13.2.9 to 13.5.4 Release notes Sourced from nock's releases. v13.5.4 13.5.4 (2024-02-26) Bug Fixes call fs.createReadStream lazily (#2357) (ba9fc42)...
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.1.0. Release notes Sourced from prettier's releases. 3.1.0 diff 🔗 Release note 3.0.3 🔗 Changelog 3.0.2 🔗 Changelog 3.0.1 🔗 Changelog 3.0.0 diff 🔗 Release...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.1 to 6.0.0. Changelog Sourced from @actions/github's changelog. 6.0.0 Support the latest Octokit in @actions/github #1553 Drop support of NodeJS v14, v16 Commits See full diff in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
To reproduce, created a sample project repo at: https://github.com/JuulLabs/merge-queue-test Without [merge queue] enabled, `github-action-required-labels` works (https://github.com/JuulLabs/merge-queue-test/pull/13) as expected: GitHub Action run w/o merge queue ``` Run mheap/github-action-required-labels@v5 with: mode: exactly...
Hi @mheap, I'd like to use this action on a repo, but my company's security policy requires that actions are from a verified creator: https://docs.github.com/en/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-marketplace-badges#for-github-actions Would you consider setting that...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Resolves #66
I have flow where developer creates PR from `some-branch > develop` and upon `create/update/change anything` on that PR, I run pipeline which runs automated tests. Now, since preparing PR is...