Skip to content
Compare
Choose a tag to compare
@TimonVS TimonVS released this 07 Oct 18:56
· 28 commits to releases/v3 since this release

Changelog

  • Refactor to use @actions/core instead of deprecated actions-toolkit (#16) @TimonVS

Migration guide

As per v3, binding to the master version is no longer supported. Please update .github/workflows/pr-labeler.yml to bind to a major version.

You can do so by changing:

- uses: TimonVS/pr-labeler-action@master

To:

- uses: TimonVS/pr-labeler-action@v3