Skip to content

Commit cc9837d

Browse files
committed
dummy workflow for contributor PRs
1 parent f7a3d36 commit cc9837d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Community PR
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- antalya-*
7+
8+
jobs:
9+
dummy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Print PR info
13+
run: |
14+
echo "PR #${{ github.event.pull_request.number }}"
15+
echo "Source repo: ${{ github.repository }}"
16+
echo "Base repo: ${{ github.event.pull_request.base.repo.full_name }}"
17+
echo "Actor: ${{ github.actor }}"

0 commit comments

Comments
 (0)