Skip to content

Commit

Permalink
Merge pull request #84 from Marukome0743/auto-assign
Browse files Browse the repository at this point in the history
♻️ci: prevent auto-assign in another repo
  • Loading branch information
Marukome0743 authored Jan 23, 2024
2 parents e737b39 + 115b2d2 commit 3d47dfe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ permissions:
issues: write
pull-requests: write

env:
REPOSITORY_OWNER: OpenUp-LabTakizawa

jobs:
run:
runs-on: ubuntu-latest

steps:
- name: Auto-assign issue
if: github.repository_owner == env.REPOSITORY_OWNER
uses: pozil/auto-assign-issue@v1
with:
assignees: HaradaTakayuki,kazutan1230,Marukome0743,tanePON
Expand Down
Binary file modified bun.lockb
Binary file not shown.
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: B5030F75D1DD0B84-36d80670ddf97dd2-06016F5316E29C3E-88c5e7bbeb9b39b5
# bun ./bun.lockb --hash: 04061F0B23045CCE-3151baae2c52ed18-51097CD4541A22C3-9276286add6d82de


"@alloc/quick-lru@^5.2.0":
Expand Down Expand Up @@ -853,10 +853,10 @@ queue-microtask@^1.2.2:
dependencies:
loose-envify "^1.1.0"

"[email protected]feed8f3f9-20240118", react@canary:
version "18.3.0-canary-feed8f3f9-20240118"
resolved "https://registry.npmjs.org/react/-/react-18.3.0-canary-feed8f3f9-20240118.tgz"
integrity sha512-IcG51zKx2rwV/skaC51g7AnaygsIvUii5v56uiKYdPrVkKFVKExLcCG15vAAYu0v6NiL1jLla+CwUHQn8gI7dA==
"[email protected]e1d20fc0c-20240122", react@canary:
version "18.3.0-canary-e1d20fc0c-20240122"
resolved "https://registry.npmjs.org/react/-/react-18.3.0-canary-e1d20fc0c-20240122.tgz"
integrity sha512-StL/RZH3F14y2K9YmJVd/6ZySg8fVy9oXkyTE231+6ES1vBtLeTejtexABtKPtU5gMXKeP1yxJQFq6NmgJ3Adw==
dependencies:
loose-envify "^1.1.0"

Expand All @@ -869,12 +869,12 @@ react-dom@^18.2.0:
scheduler "0.24.0-canary-c5b937576-20231219"

react-dom@canary:
version "18.3.0-canary-feed8f3f9-20240118"
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.0-canary-feed8f3f9-20240118.tgz"
integrity sha512-vXOpy38nJhAuR4PmeIUvEKKoZ/lRDG9WJp2BTBIiigCvgHb11cTR4uIA+xcv8bXhy+/bKuICICVDKNKxEVPZ2g==
version "18.3.0-canary-e1d20fc0c-20240122"
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.0-canary-e1d20fc0c-20240122.tgz"
integrity sha512-JSgqzzBOGjheH9frOR5z6Atzqmj9l7ergtH1ujs3pDncO4VUyUtqSiIjWmI6ltOkh2KrHltXM+3W07KWeoTd8w==
dependencies:
loose-envify "^1.1.0"
scheduler "0.24.0-canary-feed8f3f9-20240118"
scheduler "0.24.0-canary-e1d20fc0c-20240122"

read-cache@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -918,10 +918,10 @@ run-parallel@^1.1.9:
dependencies:
loose-envify "^1.1.0"

"[email protected]feed8f3f9-20240118":
version "0.24.0-canary-feed8f3f9-20240118"
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-feed8f3f9-20240118.tgz"
integrity sha512-LVtHnpvR6zIQoxe+IoL9m1aJmfIYlQNn20LFrkhUYK1Uwcp/UcbMCvD5x+fbltWwf5Msy3AQh7Lrln1K4oMieA==
"[email protected]e1d20fc0c-20240122":
version "0.24.0-canary-e1d20fc0c-20240122"
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-e1d20fc0c-20240122.tgz"
integrity sha512-3aNKEX1IxRJYJtzIkN0lKHZdhbU/9eGuWtPzt6p0VtadvoNP5hd0hrOhk6VM54+UUuGuSrOdZpTBdA5fsg6Yjw==
dependencies:
loose-envify "^1.1.0"

Expand Down

0 comments on commit 3d47dfe

Please sign in to comment.