Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 554add8

Browse files
authored
Create project.yml (#714)
1 parent f2a0ba9 commit 554add8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/project.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Add PR to project
2+
3+
on: pull_request
4+
5+
jobs:
6+
add-to-project:
7+
name: Add PR to project
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: curl -X POST https://devprod-status-bot.devprod.workers.dev/pr-project/miniflare/${{ github.event.number }}

0 commit comments

Comments
 (0)