This repository was archived by the owner on Dec 16, 2025. It is now read-only.
internal endpoint jsonPayload.endpoint points to projects/3972195257/ instead of my project #241
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Remove issue labels | |
| on: | |
| issues: | |
| types: [closed] | |
| jobs: | |
| remove_label: | |
| permissions: | |
| contents: read | |
| issues: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1 | |
| with: | |
| labels: | | |
| status:triaged | |
| status:more data needed |