Skip to content

Implement StringList pop_back() #34

Implement StringList pop_back()

Implement StringList pop_back() #34

Workflow file for this run

name: "pr_ready"
on:
pull_request_target:
types:
- review_requested
- ready_for_review
concurrency:
group: pr-${{ github.event.pull_request.number || github.ref }}
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: andymckay/[email protected]
with:
add-labels: 'ready for review'
remove-labels: 'work in progress,needs revision'