Skip to content

Commit

Permalink
ci: ワークフローの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jan 25, 2024
1 parent 76e8512 commit d65dbea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/assign-author-to-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Assign author to Pull request
name: "Assign author to Pull request"

on:
pull_request:
Expand All @@ -7,7 +7,8 @@ on:
jobs:
assignAuthor:
name: Assign author to PR
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Assign author to PR
uses: technote-space/assign-author@v1
# https://github.com/marketplace/actions/assign-author
- name: Assign Author
uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2
6 changes: 4 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:

jobs:
triage:
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
# https://github.com/marketplace/actions/label-manager-for-prs-and-issues-based-on-configurable-conditions
- name: Label manager for PRs and Issues based on configurable conditions
uses: srvaroa/labeler@0381dc470140eaebc6fd87fc4aedc4dd2f39f997 # v1.10.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16 changes: 0 additions & 16 deletions .github/workflows/opened-issue-to-project.yml

This file was deleted.

0 comments on commit d65dbea

Please sign in to comment.