DSB Item - Evaluate the effectiveness of CeDRIC (Internal AI Chatbot) #167
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
name: Assign new items to project backlog | |
on: | |
issues: | |
types: [opened] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
name: Assign to project backlog | |
steps: | |
- name: Assign NEW issues to project | |
uses: srggrs/[email protected] | |
if: github.event.action == 'opened' | |
with: | |
project: 'https://github.com/ConsumerDataStandardsAustralia/future-plan/projects/1' | |
column_name: 'Backlog' |