Skip to content

Commit 4a2d8e8

Browse files
committed
prettier
1 parent 3e36891 commit 4a2d8e8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/blocked.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Prevent blocked
22
on:
33
# zizmor: ignore[dangerous-triggers]
44
# Reason: This workflow does not checkout code or use secrets.
5-
# It only reads labels to set a failure status on the PR.
5+
# It only reads labels to set a failure status on the PR.
66
pull_request_target:
77
types: [opened, labeled, unlabeled, synchronize]
88

99
permissions:
1010
pull-requests: read
1111
# Required to fail the check on the PR
12-
statuses: write
12+
statuses: write
1313

1414
jobs:
1515
prevent-blocked:

.github/workflows/changelog-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [labeled, unlabeled, opened]
99

1010
permissions:
11-
pull-requests: read
11+
pull-requests: read
1212
statuses: write
1313

1414
jobs:

.github/workflows/pr-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy previews for PRs
22
on:
33
# zizmor: ignore[dangerous-triggers]
4-
# Reason: This is now restricted to internal PRs only using the 'if' condition below.
4+
# Reason: This is now restricted to internal PRs only using the 'if' condition below.
55
workflow_run:
66
workflows: ["Build"]
77
types:
@@ -16,7 +16,7 @@ jobs:
1616
if: >
1717
github.event.workflow_run.conclusion == 'success' &&
1818
github.event.workflow_run.event == 'pull_request' &&
19-
github.event.workflow_run.head_repository.full_name == github.repository
19+
github.event.workflow_run.head_repository.full_name == github.repository
2020
runs-on: ubuntu-latest
2121
outputs:
2222
pr_number: ${{ steps.prdetails.outputs.pr_id }}

.github/workflows/publish-embedded-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
TAG: ${{ steps.tag.outputs.TAG }}
2323
steps:
2424
- name: Calculate VERSION
25-
# Safely store dynamic values in environment variables
25+
# Safely store dynamic values in environment variables
2626
# to prevent shell injection (template-injection)
2727
run: |
2828
# The logic is executed within the shell using the env variables

0 commit comments

Comments
 (0)