We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following is the action config I use:
jobs: remove_label: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-ecosystem/action-remove-labels@v1 if: ${{ startsWith(github.event.comment.body, '/done') }} with: labels: 'todo 🗒️' - uses: actions-ecosystem/action-add-labels@v1 if: ${{ startsWith(github.event.comment.body, '/done') }} with: labels: 'status: resolved ✅'
And it turns out the result:
where "remove" has error, but "add" works
The text was updated successfully, but these errors were encountered:
hi @micnncim, when you have time can you look at this fix PR?
Sorry, something went wrong.
No branches or pull requests
The following is the action config I use:
And it turns out the result:
where "remove" has error, but "add" works
The text was updated successfully, but these errors were encountered: