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 80cd3d9 commit ce301c0Copy full SHA for ce301c0
1 file changed
.github/workflows/issue-assignees.temp.yml
@@ -28,7 +28,7 @@ jobs:
28
if: steps.assignees.outputs.contributors != ''
29
uses: actions-cool/issues-helper@v3
30
with:
31
- actions: 'add-assignees'
+ actions: "add-assignees"
32
token: ${{ secrets.GITHUB_TOKEN }}
33
issue-number: ${{ github.event.issue.number }}
34
assignees: ${{ steps.assignees.outputs.contributors }}
@@ -41,7 +41,7 @@ jobs:
41
42
- name: 通知贡献者
43
44
- uses: actions-cool/maintain-one-comment@v2.0.0
+ uses: TDesignOteam/workflows/actions/maintain-one-comment@main
45
46
47
body: |
0 commit comments