From 2ea9cb869d7d7d8b2bc7ddb5c983273cddc31e76 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 14 Oct 2020 14:29:40 -0700 Subject: [PATCH] Improve fork experience Signed-off-by: Louise Poubel --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr-collection-labeler.yml | 2 +- .github/workflows/triage.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0008a0f..472b23a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Ubuntu CI -on: [push] +on: [push, pull_request] jobs: bionic-ci: @@ -20,4 +20,4 @@ jobs: uses: actions/checkout@v2 - name: Compile and test id: ci - uses: ignition-tooling/action-ignition-ci@master + uses: ignition-tooling/action-ignition-ci@focal diff --git a/.github/workflows/pr-collection-labeler.yml b/.github/workflows/pr-collection-labeler.yml index 99e9730..7d7b4e1 100644 --- a/.github/workflows/pr-collection-labeler.yml +++ b/.github/workflows/pr-collection-labeler.yml @@ -1,6 +1,6 @@ name: PR Collection Labeler -on: pull_request +on: pull_request_target jobs: pr_collection_labeler: diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 69c16ac..736670e 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,7 +1,7 @@ on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] name: Ticket opened jobs: