Skip to content

DeprecationWarning: asyncore (to be removed in Python 3.12) #10

DeprecationWarning: asyncore (to be removed in Python 3.12)

DeprecationWarning: asyncore (to be removed in Python 3.12) #10

name: Release-Notes-Preview
on:
pull_request:
issue_comment:
types: [edited]
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git fetch --prune --unshallow --tags
- uses: snyk/[email protected]
with:
releaseBranch: main
env:
GITHUB_PR_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}