feat(core/request): add query parameters to URL #1
Workflow file for this run
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
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
remove-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Remove Labels | |
uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: | | |
Status: Pending | |
Status: In Progress | |
Status: Needs Triage | |
Status: To Be Discuss | |
Resolution: Cannot Replicate | |
Resolution: Needs More Information |