We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17da14c commit ab27574Copy full SHA for ab27574
.github/workflows/add_to_octokit_project.yml
@@ -11,6 +11,7 @@ jobs:
11
name: Add issue to project
12
runs-on: ubuntu-latest
13
continue-on-error: true
14
+ if: ${{ github.repository == 'integrations/terraform-provider-github' }}
15
steps:
16
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e #v1.0.2
17
with:
0 commit comments