actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.39k stars 1.17k forks source link

Remove actions to add new PRs and issues to a project board #1187

Closed jorendorff closed 1 year ago

jorendorff commented 1 year ago

Description

Remove the actions to add new PRs and new issues to a nonexistent project board.

Motivation and Context

Every PR to this repo seems to fail CI. There is a job in the "new PR" workflow that tries to add the new repo to a project board. The project doesn't seem to exist, so this always fails.

This PR simply removes the broken step and a corresponding step in the "new issue" workflow. Maybe that's the right thing?

How Has This Been Tested?

I guess we'll see if this PR passes CI!

Types of changes

Actions only.

Checklist: