Skip to content

Change Automation Checkout text/names to Automated Vending #16

Change Automation Checkout text/names to Automated Vending

Change Automation Checkout text/names to Automated Vending #16

Workflow file for this run

name: Adds all issues to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/intel-retail/projects/1
github-token: ${{ secrets.PROJECTS_PAT }}