Skip to content

Commit f9f79b7

Browse files
committed
Action Meta Date
1 parent e831adc commit f9f79b7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
repo: "your-repo-name"
3232
issue_number: "${{ github.event.issue.number }}"
3333
config_path: "fields-config.json" # Optional, defaults to fields-config.json
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3634
```
3735
3836
## Inputs

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Auto Update Project Fields on Issue Close'
22
description: 'This action automatically updates custom fields of items in a GitHub Project when an issue is closed.'
3-
author: 'Your Name'
3+
author: "DevOps Visions"
4+
branding:
5+
icon: 'edit'
6+
color: 'blue'
47
runs:
58
using: 'composite'
69
steps:

0 commit comments

Comments
 (0)