Skip to content

Datadog で表示/利用する時間を変更する #28

Datadog で表示/利用する時間を変更する

Datadog で表示/利用する時間を変更する #28

Workflow file for this run

name: Assign author
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
assignAuthor:
name: Assign author to Pull request
runs-on: ubuntu-latest
steps:
- name: Assign author to Pull request
uses: technote-space/assign-author@v1