Skip to content

Commit

Permalink
chore(pie-monorepo): WCP-000 remove dependabot changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siggery committed Nov 25, 2024
1 parent d58f7f0 commit 63bff92
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,6 @@ env:
PERCY_NETWORK_IDLE_WAIT_TIMEOUT: ${{ vars.PERCY_NETWORK_IDLE_WAIT_TIMEOUT }}

jobs:
dependency-changeset:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Add Changeset to PR
uses: StafflinePeoplePlus/dependabot-changesets@4844c33bad364143ee39ef4150c60409f306ed21 # v0.1.5
with:
owner: justeattakeaway
repo: pie
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.CHANGESETS_TOKEN }}

check-change-type:
name: Get change type
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63bff92

Please sign in to comment.