commit | 5b67dbf8d026a95b5a049d5bc97e11bd2c31ff66 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Sun Jan 09 20:27:18 2022 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Sun Jan 09 20:27:18 2022 +0530 |
tree | a98cf5a49d671e09bdfce259fa91ed81a7404101 | |
parent | 55d00a3cf6d9cb0239176bb7ca9c4cc890dd61f2 [diff] |
ci: only run label action once
diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index 331ddc9..a774400 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml
@@ -1,6 +1,7 @@ name: "Pull Request Labeler" on: -- pull_request_target + pull_request_target: + types: [opened, reopened] jobs: triage: