Skip to content

Automatically adds new issues and PRs to project #1

Automatically adds new issues and PRs to project

Automatically adds new issues and PRs to project #1

name: add_pr_and_issues
run-name:
on: [pull_request, issues]

Check failure on line 3 in .github/workflows/Add_PR_and_issues.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/Add_PR_and_issues.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
labels :
types : [created, edited]
jobs:
adds_pr_and_issues_automatically:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
permissions : read-all|write-all
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'