Skip to content

Crash when using "Easy start" with slow internet #1960

Crash when using "Easy start" with slow internet

Crash when using "Easy start" with slow internet #1960

Workflow file for this run

name: Add issues and prs to Tuomas' project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/AndBible/projects/5
github-token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
# add-comment:
# runs-on: ubuntu-latest
# permissions: write-all
# steps:
# - uses: actions/checkout@v3
# - name: Add Comment to New Issue
# run: |
# gh issue comment ${{ github.event.issue.number }} -b "This is a test comment."
# env:
# GH_TOKEN: ${{ github.token }}