Merge pull request #92 from memes/dependabot/pip/pre-commit-3.7.1 #65
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
# spell-checker: disable | |
--- | |
name: release-please | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release-please: | |
# TODO: @memes - enable in real project | |
if: false | |
runs-on: ubuntu-latest | |
steps: | |
- name: Release Please | |
uses: GoogleCloudPlatform/[email protected] | |
with: | |
# TODO @memes - make sure release-type and other options are correct. | |
release-type: simple | |
# TODO @memes - If other actions are not going to be triggered by the | |
# result of this action this can be removed. | |
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} |