Skip to content

Commit

Permalink
syntax (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed May 16, 2023
1 parent 759e837 commit 67d9c3c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-drafter-bloom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:

update_release_draft:
permissions:
contents: write
pull-requests: write

permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-drafter-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:

update_release_draft:
permissions:
contents: write
pull-requests: write

permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-drafter-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:

update_release_draft:
permissions:
contents: write
pull-requests: write

permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-drafter-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:

update_release_draft:
permissions:
contents: write
pull-requests: write

permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-drafter-time-series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:

update_release_draft:
permissions:
contents: write
pull-requests: write

permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down

0 comments on commit 67d9c3c

Please sign in to comment.