From 97401bba1e450f8e2c85bae345842382db26202b Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Sat, 5 Nov 2022 10:03:16 -0400 Subject: [PATCH] add to dogfood workflow --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bcfb933..f0a992c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -35,6 +35,8 @@ jobs: dogfood: name: Dogfood runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Checkout repo uses: actions/checkout@v3