Skip to content

[BUG] Error on first run: "Error: Could not retrieve repository contents. Status: 404" #41

[BUG] Error on first run: "Error: Could not retrieve repository contents. Status: 404"

[BUG] Error on first run: "Error: Could not retrieve repository contents. Status: 404" #41

name: Auto Assign to Project(s)
on:
issues:
types: [opened]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues and NEW pull requests to project 2
uses: srggrs/assign-one-project-github-action@1.2.1
if: github.event.action == 'opened'
with:
project: 'https://github.com/cla-assistant/github-action/projects/2'