Fix allow_tls_v1, allow_tls_v1_1 and allow_tls_v1_2 on 32-bit platforms #66
Workflow file for this run
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 discuss during sync label | |
| on: | |
| issues: | |
| types: | |
| - closed | |
| pull_request_target: | |
| types: | |
| - closed | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| remove-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Remove label | |
| uses: andymckay/labeler@467347716a3bdbca7f277cb6cd5fa9c5205c5412 | |
| with: | |
| repo-token: ${{ secrets.PONYLANG_MAIN_API_TOKEN }} | |
| remove-labels: "discuss during sync" |