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

Commit 9ce24ed

Browse files
authored
Create issues.yml (#740)
1 parent 2d9e3e1 commit 9ce24ed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/issues.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Add issues to DevProd project
2+
3+
on:
4+
issues:
5+
types: [opened, labeled, unlabeled, transferred]
6+
7+
jobs:
8+
add-to-project:
9+
name: Add issue to project
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/[email protected]
13+
with:
14+
project-url: https://github.com/orgs/cloudflare/projects/1
15+
github-token: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)