allow purging of anyone's orders and positions in force-closed markets #1270
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: PR Labels | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
branches: [dev] | |
jobs: | |
label: | |
name: Add PR labels | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Run label config | |
uses: actions/labeler@v4 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' |