Skip to content

Commit

Permalink
hopefully last workflow updates for slack alert composite action 🤞 (#…
Browse files Browse the repository at this point in the history
…44513)
  • Loading branch information
rsese authored Oct 16, 2023
1 parent 63c3c8a commit f16815d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeowners-docs-engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
PR: ${{ github.event.pull_request.html_url }}

steps:
- name: Check out repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Label as engineering
run: gh pr edit $PR --add-label engineering

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hubber-contribution-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'data/**'

permissions:
contents: read
pull-requests: write

jobs:
Expand Down

0 comments on commit f16815d

Please sign in to comment.