We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e831adc commit f9f79b7Copy full SHA for f9f79b7
README.md
@@ -31,8 +31,6 @@ jobs:
31
repo: "your-repo-name"
32
issue_number: "${{ github.event.issue.number }}"
33
config_path: "fields-config.json" # Optional, defaults to fields-config.json
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
```
37
38
## Inputs
action.yml
@@ -1,6 +1,9 @@
1
name: 'Auto Update Project Fields on Issue Close'
2
description: 'This action automatically updates custom fields of items in a GitHub Project when an issue is closed.'
3
-author: 'Your Name'
+author: "DevOps Visions"
4
+branding:
5
+ icon: 'edit'
6
+ color: 'blue'
7
runs:
8
using: 'composite'
9
steps:
0 commit comments