-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from cloudflare/lrapoport/update-issues-workflow
Update issues workflow
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |