Skip to content

chore(deps): bump Videndum/super-labeler-action from 1.0.1 to 2.1.3#899

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/Videndum/super-labeler-action-2.1.3
Open

chore(deps): bump Videndum/super-labeler-action from 1.0.1 to 2.1.3#899
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/Videndum/super-labeler-action-2.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps Videndum/super-labeler-action from 1.0.1 to 2.1.3.

Release notes

Sourced from Videndum/super-labeler-action's releases.

Fix my fix

Lets not talk about it

Fix label issue

Fixes an issue applying labels

Fix: versioning error

I'm 100% feeling dumb. It would help if I compiled the code before releasing a new version... This version implements all previous changes from 2.0.0

Feat: Add skip label option

  • Fixes issue found in gulp configuration.
  • Extracts typings and index.ts
  • Adds option to skip deletion of labels
  • Adds option to disable population of context configs with shared configs

Fix: versioning

Fixes issue where if project type "other" was selected, project would fail: Videndum/action-masterminds#84

Improve Label Mastermind

No release notes provided.

Fix: Naming Conventions

Fix of 1.4.0-alpha.4 - Thank you @​Netail for pointing out the mistake

Feat: Label Capitalisation

No release notes provided.

PR Size, Shared Conditions and Reviews

  • Adds section for Shared Conditions
  • Adds conditions changesSize, requestedChanges, isApproved and pendingReview.
  • Adds additional logging data
  • Adds support for Videndum/manage-github-secrets

Shared Conditions

The new shared conditions section is extremely useful to reduce the clutter within the configuration file. It allows for any of the common conditions. This includes creatorMatches, descriptionMatches, and titleMatches.

To use:

{
  "shared": {
    "bugfix": {
      "requires": 1,
      "conditions": [
        {
          "type": "titleMatches",
          "pattern": "^bugfix"
        }
</tr></table> 

... (truncated)

Changelog

Sourced from Videndum/super-labeler-action's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-alpha.2 (2021-08-06)

Bug Fixes

  • @​videndum/label-mastermind,@​videndum/release-mastermind: fixes an issue with the label names updating (#196) (62bd810)
  • awaitingReview shouldn't equal reviews (7f9941c)
  • config is undefined (563fcc3)
  • fix config is undefined (4d9b00f)
  • GITHUB_TOKEN inst BOT_TOKEN (c3dd2ff)
  • label-mastermind,@​videndum/release-mastermind: label capitalisation adjustments (ab59810)
  • label: allconfig.json setup (#11) (1a89de4)
  • label: attempt to fix labeler issues (cdf67ac), closes #166
  • label: fix label-mastermind bug (#188) (83e25c7), closes #166
  • label: fix project labelling (#56) (0815bb4)
  • label: onColumn (f3e3fed)
  • label: onColumn (#55) (767702d)
  • minor issues (b5cc979)
  • parsing error (6151754)
  • release: external project (#60) (63c1d7e), closes #59
  • release: issues not found (#38) (16b26d7)
  • release: project not found (9d8dea7)
  • release: project_card ID (#35) (50048c0)
  • release: undefined errors (#73) (11c2e32)
  • util: versioning error #84 (#85) (d3cafb4)
  • workflow loop requirement (9d6ad51)

Features

  • @​videndum/convention-mastermind,@​videndum/label-mastermind,@​videndum/release-mastermind: adds Schedule and refactor all files accordingly (31ea057), closes #14
  • @​videndum/convention-mastermind,@​videndum/label-mastermind,@​videndum/release-mastermind: schema for JSON - allows for simpler configuration creation (4b340db)
  • add support for @​videndum/manage-github-secrets (#22) (d57f174)
  • allow pass flag/modifires in regexp pattern (#1) (c986a51)
  • changes size (#19) (03415f1)
  • convention-mastermind,@​videndum/release-mastermind: convention updates to allow for multiple conventions (504279b)
  • convention: extract conventions (#64) (7a0add9)
  • debt collector (41a5919)
  • label: advanced configs only, and & or (#57) (dc83523)
  • label: hasLabel (#28) (c297613)
  • label: onColumn (#53) (bdb6d09)
  • local run (#18) (5e079cb)
  • pending review (#20) (e30345b)
  • release: assign project (#30) (9bab837)
  • release: isLocked (#69) (7ba2c29)

... (truncated)

Commits
  • 52a6b15 bump: new version
  • c6d711f chore: release new version
  • 1d38e2b Fix: versioning error
  • 77139d1 feat(release): bump from action masterminds
  • b5dc1d2 feat(release): bump from action masterminds
  • 8f8d35d feat(release): extract from release mastermind (#25)
  • 925b5d4 refactor: reduce clutter, extract classes, shared conditions (#24)
  • b5703ea chore: enable project_card event (#23)
  • e188129 docs: Release PR Size and Reviews docs
  • 781ed33 fix: awaitingReview shouldn't equal reviews
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Videndum/super-labeler-action](https://github.com/videndum/super-labeler-action) from 1.0.1 to 2.1.3.
- [Release notes](https://github.com/videndum/super-labeler-action/releases)
- [Changelog](https://github.com/Resnovas/label-mastermind/blob/master/CHANGELOG.md)
- [Commits](Resnovas/label-mastermind@1.0.1...2.1.3)

---
updated-dependencies:
- dependency-name: Videndum/super-labeler-action
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automerge Automatically Merge this request Type - Chore Changes to the build process or auxiliary tools and libraries such as documentation generation Versioning - Patch Patch version to be incremented due to backwards compatible bug fixes are introduced. labels Jun 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: Content - Dependences, Content - Workflow & CI. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added Type - Chore Changes to the build process or auxiliary tools and libraries such as documentation generation Versioning - Patch Patch version to be incremented due to backwards compatible bug fixes are introduced. automerge Automatically Merge this request labels Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically Merge this request Type - Chore Changes to the build process or auxiliary tools and libraries such as documentation generation Versioning - Patch Patch version to be incremented due to backwards compatible bug fixes are introduced.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants