Switch to poetry and drop python3.7 support #70
Workflow file for this run
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
# This workflow updates the pull request description with an auto-generated section containing the categorised commit | |
# message headers of the pull request's commits. The auto generated section is enveloped between two comments: | |
# "<!--- START AUTOGENERATED NOTES --->" and "<!--- END AUTOGENERATED NOTES --->". Anything outside these in the | |
# description is left untouched. Auto-generated updates can be skipped for a commit if | |
# "<!--- SKIP AUTOGENERATED NOTES --->" is added to the pull request description. | |
name: update-pull-request | |
on: [pull_request] | |
jobs: | |
description: | |
uses: octue/workflows/.github/workflows/generate-pull-request-description.yml@main | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
permissions: | |
contents: read | |
pull-requests: write |