github-project-automation-plus icon indicating copy to clipboard operation
github-project-automation-plus copied to clipboard

🤖 Automate GitHub Project cards with any webhook event

Results 16 github-project-automation-plus issues
Sort by recently updated
recently updated
newest added

So I have been working on creating a workflow to put issues with the good first issue label onto a project board. I've managed to make this work in an...

I'm able to run this action successfully with a project board within the same repo as the action. When I attempt to use it for a Github Projects Beta board...

This makes the 'project' field optional, and when left out, the action is attempted for all projects the issue belongs to. I believe this resolves #46

Fixes #78 Currently all `issue_events` are recognized as issues, but they can also be pull requests. Instead of determining if the event is an "Issue" or "Pull Request" with `eventName`...

Since the `issue_comment` event includes both pull requests and issues, the workflow fails with a similar error to #69 when it is a pull request. Error: ``` Error: Cannot read...

I have multiple projects and I want the column action to move a card is already in a project, to a specific column within that project. If the card does...

good first issue

At the moment, if an issue is archived, I get this error: `Error: The card must not be archived` It would be great if there was an option to either...

What do you think about adding support for finding projects by ID in addition to name? We recently renamed one of our projects which caused the automation to break since...

help wanted
good first issue

If we want to sync our Github project board with external systems, it would be helpful to have a way to trigger actions when an Issue is dragged from one...

enhancement

Hi, @alex-page! What do you think about it? In my case I have a column 'To pull' with unassigned issues. And I want to move issue to column 'In progress'...