Skip to content

Commit

Permalink
ISSUE #3662 switched action for project v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mosment3DRepo authored and keifgwinn committed Sep 29, 2022
1 parent c0b65c5 commit 9317438
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/OnNewIssueOrPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
types: [opened]
pull_request:
types: [opened]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
assign_one_project:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues/pull requests to sprint project
uses: srggrs/assign-one-project-github-action@1.2.1
with:
project: 'https://github.com/orgs/3drepo/projects/22'
- uses: actions/add-to-project@v0.3.0
with:
project-url: 'https://github.com/orgs/3drepo/projects/22'
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9317438

Please sign in to comment.