Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteded628

Browse files
committed
Update homebridge-beta-bot.yml
1 parentf3895c3 commiteded628

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

‎.github/workflows/homebridge-beta-bot.yml‎

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
name:Update Beta Dependencies - homebridge Beta Bot
2-
32
# reusable bot to manage a package.json file for the latest beta version
43
#
5-
# Creates a pull request and merges
4+
# Creates a pull request and merges
65
#
76
# Used by homebridge-apt-pkg and docker-homebridge
8-
97
on:
108
workflow_call:
119
inputs:
1210
config_file:
1311
description:'Path to the beta-bot configuration file'
1412
type:string
1513
default:'.github/homebridge-beta-bot.json'
16-
outputs:
17-
changes_detected:
18-
description:'Whether changes were detected in any directories'
19-
value:${{ jobs.update.outputs.changes_detected }}
20-
changed_dirs:
21-
description:'Comma-separated list of directories with changes'
22-
value:${{ jobs.update.outputs.changed_dirs }}
23-
auto_merge:
24-
description:'Whether auto-merge is enabled'
25-
value:${{ jobs.update.outputs.auto_merge }}
26-
14+
secrets:
15+
GH_TOKEN:
16+
description:'GitHub Personal Access Token for PR approval'
17+
required:true
2718
jobs:
2819
update:
2920
name:homebridge Beta Bot

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp