From a974f27f733c3af250fc61f36cee1ca1f8551244 Mon Sep 17 00:00:00 2001 From: Celio Ferreira Date: Mon, 9 May 2022 16:40:39 +0200 Subject: [PATCH 1/6] chore: add catalog-info.yml --- catalog-info.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 00000000..107b51f3 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: actions-junit-report + description: | + Reports junit test results as GitHub Pull Request Check + annotations: + github.com/project-slug: Tradeshift/actions-junit-report + tags: + - github-action + - nodejs + - fork +spec: + type: library + owner: developer-productivity + lifecycle: production \ No newline at end of file From 324fced12a9df233b611c0139384af8ed3bd94ab Mon Sep 17 00:00:00 2001 From: Jesper Terkelsen Date: Mon, 27 Jun 2022 13:52:36 +0200 Subject: [PATCH 2/6] chore: setup rebase action --- .github/workflows/rebase.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/rebase.yml diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml new file mode 100644 index 00000000..3d8b9c54 --- /dev/null +++ b/.github/workflows/rebase.yml @@ -0,0 +1,19 @@ +name: Rebase Upstream +on: + schedule: + - cron: "0 0 * * 0" # run once a week + workflow_dispatch: # run manually + +jobs: + sync: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + with: + fetch-depth: 0 # fetching all history so i can rebase + token: ${{ secrets.GH_TOKEN }} + - name: Configure git for tradeshiftci + uses: tradeshift/actions-git/configure-from-gpg-key@v1 + with: + gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }} + - uses: tradeshift/rebase-upstream-action@master From b22bb7ac1e43311d93bf1838a3fba5fdcb45bf04 Mon Sep 17 00:00:00 2001 From: Jesper Terkelsen Date: Mon, 27 Jun 2022 13:58:46 +0200 Subject: [PATCH 3/6] fix: setup correct upstream branch --- .github/workflows/rebase.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 3d8b9c54..126f9593 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -17,3 +17,5 @@ jobs: with: gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }} - uses: tradeshift/rebase-upstream-action@master + with: + branch: main From 521a4b3a4c7174c8c14364996f82d91b61771d0e Mon Sep 17 00:00:00 2001 From: Celio Ferreira Date: Wed, 22 Feb 2023 10:08:27 +0100 Subject: [PATCH 4/6] chore: change of ownership from developer-productivity to sre This PR changes the ownership of this repo to SRE, as the developer productivity team doesn't exist anymore. --- catalog-info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yml b/catalog-info.yml index 107b51f3..2ea1490d 100644 --- a/catalog-info.yml +++ b/catalog-info.yml @@ -12,5 +12,5 @@ metadata: - fork spec: type: library - owner: developer-productivity + owner: sre lifecycle: production \ No newline at end of file From 28fbbe616cc9853397b78145ccb0849bfc9ed5e4 Mon Sep 17 00:00:00 2001 From: Celio Ferreira Date: Mon, 9 May 2022 16:40:39 +0200 Subject: [PATCH 5/6] chore: add catalog-info.yml --- catalog-info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yml b/catalog-info.yml index 2ea1490d..6eb769f9 100644 --- a/catalog-info.yml +++ b/catalog-info.yml @@ -13,4 +13,4 @@ metadata: spec: type: library owner: sre - lifecycle: production \ No newline at end of file + lifecycle: production From 04ea0b4d545d06c296762a6cbfc228ba06add163 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:20:20 +0000 Subject: [PATCH 6/6] chore(deps): update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fe19a9e..b4af9af2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "@vercel/ncc": "^0.38.3", - "eslint": "^8.57.0", + "eslint": "^9.15.0", "eslint-plugin-github": "^5.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.9.0",