You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const errorMessage = `ERROR: since pr-labeler-action 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
Please check the repository (https://github.com/TimonVS/pr-labeler-action) for the latest version.