Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move issues to In Review #89

Open
frehburg opened this issue Aug 31, 2023 · 3 comments
Open

Move issues to In Review #89

frehburg opened this issue Aug 31, 2023 · 3 comments

Comments

@frehburg
Copy link

Hey, i would like to move the issue card to my own column that I called 'In Review' when a pull request is opened. I am however not exactly sure how the github action should look like then. Can you help me out please?

@frehburg
Copy link
Author

It does not seem to work like this:

name: Move opened pull requests into In Review

on:
  pull_request:
    types: [opened]

jobs:
  automate-project-columns:
    runs-on: ubuntu-latest
    steps:
      - uses: alex-page/[email protected]
        with:
          project: ERKER2Phenopackets kanban
          column: In Review
          repo-token: ${{ secrets.GITHUB_TOKEN }}

This is the result of the action run: https://github.com/BIH-CEI/ERKER2Phenopackets/actions/runs/6039022029/job/16386725239?pr=37

image

@laurensnl
Copy link

laurensnl commented Oct 12, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants