Skip to content

Commit

Permalink
workflow to compute the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
silky committed Mar 2, 2024
1 parent e1e2415 commit e0c47a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/compute-hasura-permission-diff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Compute Hasura permission diff on PR

on:
pull_request:

jobs:
compute-diff:
permissions:
# To upload artifacts
contents: write
# To write a comment on the PR
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: InvariantClub/metadelta-github-action@v1.2
with:
# Repo-relative path to the hasura metadata folder.
hasura_path: bbb-graphql-server/metadata

0 comments on commit e0c47a1

Please sign in to comment.