Skip to content

formatが間違ってたので直してあげたよ! #4279 #2396

formatが間違ってたので直してあげたよ! #4279

formatが間違ってたので直してあげたよ! #4279 #2396

name: Add to Task List
on:
pull_request:
types:
- opened
- reopened
issues:
types:
- opened
jobs:
add-to-task-list:
runs-on: ubuntu-latest
if: github.event_name == 'issues' || github.repository == github.event.pull_request.head.repo.full_name
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
with:
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
- uses: dev-hato/actions-add-to-projects@c4ae1c3a7c3cf1d6bd25a3f51122ce1828632fb5 # v0.0.77
with:
github-token: ${{steps.generate_token.outputs.token}}
project-url: https://github.com/orgs/dev-hato/projects/1