Fix PR comments

This commit is contained in:
AngrySoundTech
2024-03-13 15:10:25 -04:00
parent b7454d81c6
commit d260454166
5 changed files with 9 additions and 33 deletions

View File

@@ -3,7 +3,8 @@ name: 🐘 Gradle | Check All
on:
workflow_dispatch:
workflow_call:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
check_gradle:

View File

@@ -1,7 +1,11 @@
name: 💬 Comment on PR
on:
workflow_call:
workflow_run:
types:
- "completed"
workflows:
- "🐘 Gradle | Check All"
jobs:
comment-on-pr:

View File

@@ -3,7 +3,8 @@ name: 🔎 Lint Yaml
on:
workflow_dispatch:
workflow_call:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
lint_yaml:

View File

@@ -1,16 +0,0 @@
name: ⬇️ PR Updated
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
call_gradle_check:
name: ☎️ Call Gradle Check
uses: ./.github/workflows/check_gradle_all.yaml
secrets: inherit
call_lint_yaml:
name: ☎️ Call Lint Yaml
uses: ./.github/workflows/lint_yaml.yaml
secrets: inherit

View File

@@ -1,14 +0,0 @@
name: ✅ PR Updated Completed
on:
workflow_run:
types:
- "completed"
workflows:
- "⬇️ PR Updated"
jobs:
call_comment_on_pr:
name: ☎️ Call Comment on PR
uses: ./.github/workflows/check_gradle_all.yaml
secrets: inherit