Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 9, 2023
1 parent 50dff35 commit d75a061
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cleanup-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,3 @@ jobs:
commit_message: "Clean up Prettier, Size-limit, and Api-Extractor"
push_options: ""
skip_dirty_check: false

# commit & push
# if there is a "trigger this action" comment in the PR, remove it

# - name: Create comment
# if: ${{ steps.added-files.outputs.changesets != '' }}
# uses: peter-evans/[email protected]
# with:
# issue-number: ${{ github.event.issue.number }}
# body: |
# A new release has been made for this PR. You can install it with `npm i @apollo/client@${{ steps.get-version.outputs.version }}`.

0 comments on commit d75a061

Please sign in to comment.