From 4f8f48aef000b07d1d4bc1270ea5556dedc61b27 Mon Sep 17 00:00:00 2001 From: opficdev Date: Sun, 19 Jul 2026 16:09:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20Watcher=200.3.0=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/merge-risk-watch.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/merge-risk-watch.yml b/.github/workflows/merge-risk-watch.yml index 25cc4485..1e1c5864 100644 --- a/.github/workflows/merge-risk-watch.yml +++ b/.github/workflows/merge-risk-watch.yml @@ -11,25 +11,11 @@ permissions: jobs: watch: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false - uses: opficdev/Watcher/.github/workflows/merge-risk-watch.yml@0.2.1 + uses: opficdev/Watcher/.github/workflows/merge-risk-watch.yml@0.3.0 with: repository: ${{ github.repository }} base_branch: develop default_branch: main - critical_file_patterns: | - .github/workflows/** - .github/actions/** - .mise.toml - .package.resolved - Gemfile.lock - Tuist.swift - Workspace.swift - Tuist/ProjectDescriptionHelpers/** - Application/**/Project.swift - Application/Shared/** - Widget/**/Project.swift - fastlane/** - **/*.xcstrings secrets: watcher_github_token: ${{ secrets.WATCHER_GITHUB_TOKEN }} openai_api_key: ${{ secrets.OPENAI_API_KEY }} From fca125b92e30d7508d339b51d8f8346cf4894211 Mon Sep 17 00:00:00 2001 From: opficdev Date: Sun, 19 Jul 2026 19:06:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20Watcher=200.3.1=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/merge-risk-watch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-risk-watch.yml b/.github/workflows/merge-risk-watch.yml index 1e1c5864..0b10f7c8 100644 --- a/.github/workflows/merge-risk-watch.yml +++ b/.github/workflows/merge-risk-watch.yml @@ -11,7 +11,7 @@ permissions: jobs: watch: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false - uses: opficdev/Watcher/.github/workflows/merge-risk-watch.yml@0.3.0 + uses: opficdev/Watcher/.github/workflows/merge-risk-watch.yml@0.3.1 with: repository: ${{ github.repository }} base_branch: develop