We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4917ab0 commit 5a446bbCopy full SHA for 5a446bb
.github/workflows/add-prs-and-issues-to-project.yml
@@ -1,4 +1,4 @@
1
-name: "Add Issue/PR to Project Board"
+name: 'Add Issue/PR to Project Board'
2
3
on:
4
pull_request:
@@ -8,11 +8,11 @@ on:
8
9
jobs:
10
call_shared_workflow:
11
- name: "Call the Shared Workflow"
+ name: 'Call the Shared Workflow'
12
uses: metamask/github-tools/.github/actions/add-item-to-project.yml@main
13
with:
14
- project-url: "https://github.com/orgs/MetaMask/projects/113"
15
- team-name: "wallet-framework-engineers"
16
- team-label: "team-wallet-framework"
+ project-url: 'https://github.com/orgs/MetaMask/projects/113'
+ team-name: 'wallet-framework-engineers'
+ team-label: 'team-wallet-framework'
17
secrets:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments