Skip to content

Commit

Permalink
Merge branch 'dev' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander-LS authored Nov 13, 2023
2 parents 54df405 + c3e6b2b commit 1cb1442
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Reusable workflow (Authorize)

on:
workflow_call:

jobs:
authorize:
runs-on: ubuntu-latest
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}

steps:
- name: Echo
run: |
echo "External pull request approved by code owners"

0 comments on commit 1cb1442

Please sign in to comment.