fix: replace CGI.parse with Rack::Utils.parse_query for Ruby 4.0 compatibility #954
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 Stale or Waiting Labels | |
| on: | |
| issue_comment: | |
| types: [created] | |
| workflow_dispatch: | |
| jobs: | |
| remove-labels-on-activity: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| - uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.2.0 | |
| if: contains(github.event.issue.labels.*.name, 'Waiting for Response') | |
| with: | |
| labels: | | |
| Waiting for Response |