We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb9eb4 commit dea5b0bCopy full SHA for dea5b0b
.github/workflows/add-to-project.yml
@@ -21,7 +21,7 @@ jobs:
21
creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }}
22
org: electron
23
- name: Add to Project
24
- uses: dsanders11/project-actions/add-item@438b25e007c2f4efec324497fadc6402e7cc61a6 # v1.4.0
+ uses: dsanders11/project-actions/add-item@9c80cd31f58599941c64f74636bea95ba5d46090 # v1.5.1
25
with:
26
field: Opened
27
field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }}
0 commit comments