Skip to content

Commit

Permalink
formatが間違ってたので直してあげたよ! #1355 (#1356)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dev-hato-app[bot] and github-actions[bot] authored Sep 8, 2024
1 parent 0587046 commit d6d2152
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
pull_request:
branches: ["main"]
schedule:
- cron: '27 3 * * 4'
- cron: "27 3 * * 4"
permissions:
actions: read
contents: read
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
language: ["javascript-typescript"]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-cache-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 21 * * *' # 06:00 JST
- cron: "0 21 * * *" # 06:00 JST
workflow_dispatch:
permissions: read-all
jobs:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# actions-add-to-projects

PRやIssueをGitHub Projectsに追加するためのAction。
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'add-to-projects'
author: 'dev-hato Development Team'
description: 'PRやIssueをGitHub Projectsに追加する'
name: "add-to-projects"
author: "dev-hato Development Team"
description: "PRやIssueをGitHub Projectsに追加する"
inputs:
github-token: # id of input
description: 'GITHUB_TOKEN'
description: "GITHUB_TOKEN"
required: true
project-url:
description: 'GitHub Projects URL'
description: "GitHub Projects URL"
required: true
runs:
using: "composite"
Expand Down
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>dev-hato/renovate-config"
]
"extends": ["github>dev-hato/renovate-config"]
}

0 comments on commit d6d2152

Please sign in to comment.