diff options
author | 2021-09-01 11:30:05 -0700 | |
---|---|---|
committer | 2021-09-01 11:30:05 -0700 | |
commit | 8480103e3bdc50a42d88bbb352e11c8210cc0abe (patch) | |
tree | b0ead68fa468806449173427a7009910829b9f8b | |
parent | 68d01a8103a6c1fa4bdc4bee37b602c55cef79f7 (diff) | |
download | astro-8480103e3bdc50a42d88bbb352e11c8210cc0abe.tar.gz astro-8480103e3bdc50a42d88bbb352e11c8210cc0abe.tar.zst astro-8480103e3bdc50a42d88bbb352e11c8210cc0abe.zip |
issue.yml testing
-rw-r--r-- | .github/workflows/issue.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 589fd782c..57949f212 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -2,7 +2,7 @@ name: Auto Assign Issues to Project on: issues: - types: [opened] + types: [opened, reopened] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |