Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Internal Automations #1396

Merged
merged 6 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check-deprecated.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
pull_request:
branches:
- develop

permissions:
contents: read
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/check-packs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on:
workflow_dispatch:
pull_request:
branches:
- develop

permissions:
contents: read
Expand Down Expand Up @@ -52,7 +55,7 @@ jobs:
```diff
${{ steps.check-packs.outputs.errors }}
```
comment_tag: check-packs
comment-tag: check-packs
- name: Delete comment
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
if: ${{ !steps.check-packs.outputs.errors }}
Expand All @@ -64,4 +67,4 @@ jobs:
```diff
${{ steps.check-packs.outputs.errors }}
```
comment_tag: check-packs
comment-tag: check-packs
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- release
- develop

permissions:
contents: read
Expand Down