Skip to content

Commit

Permalink
feat: mark team ownership in Tradeshift
Browse files Browse the repository at this point in the history
- mark team ownership in tradeshift
- setup rebase automation
  • Loading branch information
Jesper Terkelsen authored and tradeshiftcicomponents committed Mar 24, 2024
1 parent 5e08535 commit 592b124
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
with:
branch: main
16 changes: 16 additions & 0 deletions catalog-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: actions-create-or-update-comment
description: |
A GitHub action to create or update an issue or pull request comment
annotations:
github.com/project-slug: Tradeshift/actions-create-or-update-comment
tags:
- github-action
- nodejs
- fork
spec:
type: library
owner: developer-productivity
lifecycle: production

0 comments on commit 592b124

Please sign in to comment.