CRIU failed to restore LXC container in Ubuntu 22.04 #1411
This file contains 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 labels | |
on: [issue_comment, pull_request_review_comment] | |
jobs: | |
remove-labels-on-comments: | |
name: Remove labels on comments | |
if: github.event_name == 'issue_comment' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mondeja/remove-labels-gh-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
changes requested | |
awaiting reply |