Skip to content

Commit

Permalink
cd: remove subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Jan 8, 2025
1 parent e0ba7b6 commit 1b96b69
Show file tree
Hide file tree
Showing 94 changed files with 101 additions and 15,626 deletions.
30 changes: 0 additions & 30 deletions .github/helpers/subgraph/buildMatrix.js

This file was deleted.

69 changes: 0 additions & 69 deletions .github/helpers/subgraph/updateManifest.js

This file was deleted.

4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
contracts:
- packages/contracts/**/*
- packages/contracts/*

subgraph:
- packages/subgraph/**/*
- packages/subgraph/*
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ See the framework lifecycle in `packages/contracts/docs/framework-lifecycle` to
- [ ] I have updated the `CHANGELOG.md` file in the root folder.
- [ ] I have updated the `DEPLOYMENT_CHECKLIST` file in the root folder.
- [ ] I have updated the `UPDATE_CHECKLIST` file in the root folder.
- [ ] I have updated the Subgraph and added a QA URL to the description of this PR.
- [ ] I have created a follow-up task to update the Developer Portal with the changes made in this PR.
26 changes: 0 additions & 26 deletions .github/workflows/comment-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,29 +107,3 @@ jobs:
uses: actions-ecosystem/action-add-labels@v1
with:
labels: release:${{ steps.type.outputs.type }}

subgraph_label:
needs: [check_user_permission]
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request }}
steps:
- uses: khan/[email protected]
id: check
with:
trigger: '/subgraph'
prefix_only: true
reaction: rocket
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- name: Get type
id: type
run: |
type=$(echo "$BODY" | sed "s|/subgraph ||" | sed "s/ //")
echo "type=$type" >> $GITHUB_OUTPUT
env:
BODY: ${{ github.event.comment.body }}
- name: add label
if: steps.check.outputs.triggered == 'true'
uses: actions-ecosystem/action-add-labels@v1
with:
labels: subgraph:${{ steps.type.outputs.type }}
101 changes: 0 additions & 101 deletions .github/workflows/subgraph-deploy.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/subgraph-documentation-update.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/subgraph-tests.yml

This file was deleted.

Loading

0 comments on commit 1b96b69

Please sign in to comment.