Skip to content

Commit

Permalink
Workflow to add new issues to Github global project [skip ci] (NVIDIA…
Browse files Browse the repository at this point in the history
…#6643)

* Testing out project workflow to add new issues

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>

* Updating workflow with release version

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>

* Updating project workflow for testing

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>

* Updating project workflow for testing

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>

* Updating project workflow for testing

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>

* Updating project workflow for prod merge

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>

Signed-off-by: Matt Ahrens <matthewahrens@gmail.com>
  • Loading branch information
mattahrens authored Sep 30, 2022
1 parent ecb2b9b commit 5664d03
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: Add new issues to project

on:
issues:
types:
- opened

jobs:
add-to-project:
if: github.repository == 'NVIDIA/spark-rapids'
name: Add new issues to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/NVIDIA/projects/4
github-token: ${{ secrets.PROJECT_TOKEN }}

0 comments on commit 5664d03

Please sign in to comment.