Skip to content

Commit

Permalink
style: use consistent style in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
politician committed Jun 7, 2022
1 parent 335b667 commit 292d3d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/issue-voting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:

on:
issues:
types: [opened]
types:
- opened

jobs:
comment:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/leaked-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
---
name: leaked-secrets

permissions:
contents: read

on:
pull_request_target:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:

on:
pull_request_target:
types: [opened]
types:
- opened

jobs:
comment:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ permissions:

on:
issue_comment:
types: [created]
types:
- created

jobs:
rebase:
Expand Down

0 comments on commit 292d3d9

Please sign in to comment.