Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

app.datree.io NXDOMAIN #369

app.datree.io NXDOMAIN

app.datree.io NXDOMAIN #369

name: Auto Assign to Project
on:
issues:
types: [labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign issues with `up for grabs` label to project `Datree`
uses: srggrs/assign-one-project-github-action@1.2.1
if: |
contains(github.event.issue.labels.*.name, 'up for grabs')
with:
project: 'https://github.com/datreeio/datree/projects/2'
column_name: 'To Do'