1
0
mirror of synced 2025-12-30 03:01:36 -05:00

hopefully last workflow updates for slack alert composite action 🤞 (#44513)

This commit is contained in:
Robert Sese
2023-10-16 11:33:14 -05:00
committed by GitHub
parent 63c3c8aeff
commit f16815d6dd
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -13,6 +13,7 @@ on:
- 'data/**'
permissions:
contents: read
pull-requests: write
jobs: