From ceb036926a4cac93d52cea8a388e53d51f0e3fc8 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 1 May 2020 19:23:31 -0700 Subject: [PATCH 1/3] Workflow updates Signed-off-by: Louise Poubel --- .github/workflows/ci-bionic.yml | 17 +++++++++++++++++ .github/workflows/pr-collection-labeler.yml | 13 +++++++++++++ .github/workflows/triage.yml | 19 +++++++++++++++++++ README.md | 2 +- 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci-bionic.yml create mode 100644 .github/workflows/pr-collection-labeler.yml create mode 100644 .github/workflows/triage.yml diff --git a/.github/workflows/ci-bionic.yml b/.github/workflows/ci-bionic.yml new file mode 100644 index 00000000..7c1d6f41 --- /dev/null +++ b/.github/workflows/ci-bionic.yml @@ -0,0 +1,17 @@ +name: Ubuntu Bionic CI + +on: [push, pull_request] + +jobs: + bionic-ci: + runs-on: ubuntu-latest + name: Ubuntu Bionic CI + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Bionic CI + id: ci + uses: ignition-tooling/ubuntu-bionic-ci-action@master + with: + apt-dependencies: 'libignition-cmake2-dev' + codecov-token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr-collection-labeler.yml b/.github/workflows/pr-collection-labeler.yml new file mode 100644 index 00000000..99e9730b --- /dev/null +++ b/.github/workflows/pr-collection-labeler.yml @@ -0,0 +1,13 @@ +name: PR Collection Labeler + +on: pull_request + +jobs: + pr_collection_labeler: + runs-on: ubuntu-latest + steps: + - name: Add collection labels + if: github.event.action == 'opened' + uses: ignition-tooling/pr-collection-labeler@v1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 00000000..69c16ac8 --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,19 @@ +on: + issues: + types: [opened] + pull_request: + types: [opened] +name: Ticket opened +jobs: + assign: + name: Add ticket to inbox + runs-on: ubuntu-latest + steps: + - name: Add ticket to inbox + uses: technote-space/create-project-card-action@v1 + with: + PROJECT: Core development + COLUMN: Inbox + GITHUB_TOKEN: ${{ secrets.TRIAGE_TOKEN }} + CHECK_ORG_PROJECT: true + diff --git a/README.md b/README.md index 45706d84..9ca80273 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ of libraries designed to rapidly develop robot applications. Test coverage: -[![codecov](https://codecov.io/bb/ignitionrobotics/ign-plugin/branch/default/graph/badge.svg)](https://codecov.io/bb/ignitionrobotics/ign-plugin) +[![codecov](https://codecov.io/gh/ignitionrobotics/ign-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-plugin) ## Installation From 3c7f08bccc9617aa7c338dbfebb77daa340bf9bb Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 6 May 2020 19:24:07 +0200 Subject: [PATCH 2/3] trigger GitHub actions From bd09f2cd409590032fedb30fbb4f5029688f70ab Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 7 May 2020 14:10:52 -0700 Subject: [PATCH 3/3] badges Signed-off-by: Louise Poubel --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ca80273..ae5e13d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # Ignition Plugin +**Maintainer:** grey [AT] openrobotics [DOT] org + +[![GitHub open issues](https://img.shields.io/github/issues-raw/ignitionrobotics/ign-plugin.svg)](https://github.com/ignitionrobotics/ign-plugin/issues) +[![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/ignitionrobotics/ign-plugin.svg)](https://github.com/ignitionrobotics/ign-plugin/pulls) +[![Discourse topics](https://img.shields.io/discourse/https/community.gazebosim.org/topics.svg)](https://community.gazebosim.org) +[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://www.apache.org/licenses/LICENSE-2.0) + +Build | Status +-- | -- +Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-plugin/branch/master) +Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/job/ignition_plugin-ci-master-bionic-amd64/badge/icon)](https://build.osrfoundation.org/job/ignition_plugin-ci-master-bionic-amd64/) +Homebrew | [![Build Status](https://build.osrfoundation.org/job/ignition_plugin-ci-master-bionic-amd64/badge/icon)](https://build.osrfoundation.org/job/ignition_plugin-ci-master-bionic-amd64/) +Windows 7 | [![Build Status](https://build.osrfoundation.org/job/ignition_plugin-ci-master-windows7-amd64/badge/icon)](https://build.osrfoundation.org/job/ignition_plugin-ci-master-windows7-amd64/) + ** Library for registering plugin libraries and dynamically loading them at runtime.** Ignition Plugin is a component in the ignition framework, a set @@ -7,10 +21,6 @@ of libraries designed to rapidly develop robot applications. [http://ignitionrobotics.org](http://ignitionrobotics.org) -Test coverage: - -[![codecov](https://codecov.io/gh/ignitionrobotics/ign-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-plugin) - ## Installation Standard installation can be performed in UNIX systems using the following