Skip to content

Commit

Permalink
ci: Prevent Integration PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2022
1 parent c1095f4 commit 35515c5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,25 +174,6 @@ jobs:
- name: Echo git_status
run: echo ${{ env.git_status }}

- name: Generate Token
uses: tibdex/github-app-token@v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
app_id: ${{ secrets.AUTOMATION_APP_ID }}
private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}

- name: Create Pull Request
if: env.git_status == 'dirty'
uses: peter-evans/create-pull-request@v3.12.0
with:
commit-message: "ci: Workflow Bot -- Integration ${{ matrix.repo }} Update References"
branch: ${{ env.branch_prefix }}/${{ matrix.repo }}
base: main
title: "ci: Workflow Bot -- Integration ${{ matrix.repo }} Update References"
token: ${{ steps.generate-token.outputs.token }}
body: ${{ env.git_body }}
delete-branch: true
# cspell:ignore MartinThoma googleapis
# cspell:ignore plasticrake tplink smarthome
# cspell:ignore logiciel twbs
Expand Down

0 comments on commit 35515c5

Please sign in to comment.