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
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
name: Remove label on PR mergeon:
pull_request:
types: [closed]jobs:
build:
runs-on: ubuntu-lateststeps:
- uses: andymckay/[email protected]with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"remove-labels: "work in progress, ready to merge"
> Run andymckay/[email protected]
TypeError: Cannot read property 'number' of undefined
at label (/home/runner/work/_actions/andymckay/labeler/1.0.2/label.js:21:45)
at Object.<anonymous> (/home/runner/work/_actions/andymckay/labeler/1.0.2/label.js:57:1)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module.runMain (internal/modules/cjs/loader.js:1047:10)
at internal/main/run_main_module.js:17:11
The text was updated successfully, but these errors were encountered:
.github/workflows/label.yml
The text was updated successfully, but these errors were encountered: