Skip to content

Commit

Permalink
Merge pull request #182 from cloudflare/lrapoport/update-issues-workflow
Browse files Browse the repository at this point in the history
Update issues workflow
  • Loading branch information
lrapoport-cf authored Oct 5, 2023
2 parents 72931e5 + 4611c14 commit 9df50d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Add issues to workers-sdk GH project
name: Issue

on:
issues:
types:
- opened
- [opened, transferred]

jobs:
add-to-project:
name: Add issue to project
name: Add issue to workers-sdk GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Pull request

on: pull_request

jobs:
add-to-project:
name: Add PR to workers-sdk GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/cloudflare/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit 9df50d4

Please sign in to comment.