Skip to content

Commit

Permalink
MRG: Merge pull request #94 from octue/devops/skip-pull-request-workf…
Browse files Browse the repository at this point in the history
…low-if-skip-indicator-present

Skip pull request description update if skip indicator in body
  • Loading branch information
cortadocodes committed Jan 17, 2022
2 parents ae7cef4 + 7dd09ea commit fa5a155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
description:
if: "!contains(github.event.pull_request.body, '<!--- SKIP AUTOGENERATED NOTES --->')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="twined",
version="0.1.1",
version="0.1.2",
py_modules=[],
install_requires=["jsonschema ~= 3.2.0", "python-dotenv"],
url="https://www.github.com/octue/twined",
Expand Down

0 comments on commit fa5a155

Please sign in to comment.