From 7d711c2f3948c672a370498375c906e4bd8a6049 Mon Sep 17 00:00:00 2001 From: wangyuan249 <35907099+wangyuan249@users.noreply.github.com> Date: Tue, 13 Jul 2021 21:02:55 +0800 Subject: [PATCH] self-assign (#1911) --- .github/bot.md | 2 +- .github/workflows/issue-commands.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/bot.md b/.github/bot.md index 71cda9648..eb8184067 100644 --- a/.github/bot.md +++ b/.github/bot.md @@ -28,4 +28,4 @@ Assign: When you participating in an issue area, and you want to assign to others to distribute this task or self-assign to give a solution. You can use the comment bellow. * Write the word `/assign githubname` in a comment, the robot will automatically assign to the corresponding person. - \ No newline at end of file +* Specially, write the word `/assign` in a comment, you can assgin this task to yourself. \ No newline at end of file diff --git a/.github/workflows/issue-commands.yml b/.github/workflows/issue-commands.yml index c38bc6655..eda2a7f52 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -14,7 +14,7 @@ jobs: with: repository: "oam-dev/kubevela-github-actions" path: ./actions - ref: v0.3 + ref: v0.4 - name: Install Actions run: npm install --production --prefix ./actions - name: Run Commands