Skip to content

Commit

Permalink
ghasec
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 28, 2024
1 parent 0fe4e1a commit 7502b42
Show file tree
Hide file tree
Showing 13 changed files with 1,763 additions and 1,342 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
router:
- manual_issue_transfer_action_test:transfer-issue-action
- holla-tronic:transfer-issue-action
Expand All @@ -23,7 +23,7 @@ jobs:
id: test_action
uses: ./
with:
token: ${{ secrets.TRANSFER_ISSUE_TOKEN }}
token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }}
router: ${{ matrix.router }}
apply_label: MANUAL ACTION TEST
debug: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '14'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: test_action
uses: ./
with:
token: ${{ secrets.TRANSFER_ISSUE_TOKEN }}
token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }}
router: holla:transfer-issue-action
apply_label: "Needs Triage:C0FFEE"
create_stub: true
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '20'

steps:
- name: Checkout code
Expand All @@ -31,6 +31,9 @@ jobs:
- name: Lint
run: yarn lint
- name: Prepare release
uses: lando/prepare-release-action@v2
uses: lando/prepare-release-action@v3
with:
sync-tags: v2
sync-token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }}
sync-email: [email protected]
sync-username: rtfm-47
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ typings/

# Yarn Integrity file
.yarn-integrity
yarn.lock

# dotenv environment variables file
.env
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.1.0 [March 28, 2024](https://github.com/lando/transfer-issue-action/releases/tag/v2.1.0)

* Updated to `node20`
* Deyarned

## v2.0.5 [June 17, 2021](https://github.com/lando/transfer-issue-action/releases/tag/v2.0.5)

* Switched release flow over to [@lando/prepare-release-action](https://github.com/lando/prepare-release-action)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine
COPY . .
RUN yarn install --production
RUN npm clean-install --production
ENTRYPOINT [ "node", "/lib/index.js" ]
6 changes: 0 additions & 6 deletions FUNDING.yml

This file was deleted.

Loading

0 comments on commit 7502b42

Please sign in to comment.