-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (27 loc) · 831 Bytes
/
action.yml
File metadata and controls
27 lines (27 loc) · 831 Bytes
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
name: "GitHub Project Automation"
description: "Cross-repo PR/Issue/Project V2 automation"
author: "satendra-sr"
inputs:
token:
description: "Token with cross-repo + Projects V2 permissions"
required: true
config-path:
description: "Path to automation config file"
required: false
default: ".github/automation.yml"
dry-run:
description: "If true, no writes are performed"
required: false
default: "false"
outputs:
did_label_change:
description: "Whether PR labels were changed (added or removed)"
did_status_change:
description: "Whether the Issue status was changed"
issue_number:
description: "Target issue number (set only when issue/project actions run)"
target_status:
description: "Target status requested by rule"
runs:
using: "node24"
main: "dist/index.js"