Collections abc fix #589
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: Draft release | |
| on: | |
| workflow_dispatch: | |
| # pull_request event is required only for autolabeler | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| jobs: | |
| update-release-draft: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: release-drafter/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |