From 88cecf8df605559ca5c8ccada7cf58f56d7cab84 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Tue, 28 Jan 2025 16:07:13 -0800 Subject: [PATCH 1/2] Revert "Add a new github workflow 'tag'" This reverts commit a7522a4d86a011949b972a9631dcb74fa44e7113. We don't use the tag workflow for functions. Instead we create tags via the GitHub UI when creating a new release. Signed-off-by: Nic Cope --- .github/workflows/tag.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/tag.yml diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml deleted file mode 100644 index f2aca68..0000000 --- a/.github/workflows/tag.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Tag - -on: - workflow_dispatch: - inputs: - version: - description: 'Release version (e.g. v0.1.0)' - required: true - message: - description: 'Tag message' - required: true - -jobs: - create-tag: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - - name: Create Tag - uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1 - with: - version: ${{ github.event.inputs.version }} - message: ${{ github.event.inputs.message }} - token: ${{ secrets.GITHUB_TOKEN }} From f0eef328f79ed2f5e4cda0f0afaf033dc424158d Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Tue, 28 Jan 2025 16:24:07 -0800 Subject: [PATCH 2/2] Fix Upbound email domains We're upbound.io. upbound.com is a different business. Signed-off-by: Nic Cope --- OWNERS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OWNERS.md b/OWNERS.md index 765224c..7a2ab45 100644 --- a/OWNERS.md +++ b/OWNERS.md @@ -11,8 +11,8 @@ This page lists all maintainers for **this** repository. Each repository in the repository maintainers in their own `OWNERS.md` file. ## Maintainers -* Nic Cope ([negz](https://github.com/negz)) -* Sergen Yalcin ([sergenyalcin](https://github.com/sergenyalcin)) -* Fatih Turken ([turkenf](https://github.com/turkenf)) +* Nic Cope ([negz](https://github.com/negz)) +* Sergen Yalcin ([sergenyalcin](https://github.com/sergenyalcin)) +* Fatih Turken ([turkenf](https://github.com/turkenf)) See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment.