-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (36 loc) · 1.01 KB
/
Copy pathmerge-risk-watch.yml
File metadata and controls
39 lines (36 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Merge Risk Watch
on:
schedule:
- cron: "0 15 * * 0-4"
workflow_dispatch:
permissions:
contents: read
actions: read
checks: read
pull-requests: read
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.1.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 }}
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}