Skip to content

Commit

Permalink
Merge pull request #460 from tkt-actions/next
Browse files Browse the repository at this point in the history
release: v1.8.2
  • Loading branch information
tktcorporation authored Oct 19, 2023
2 parents ff83049 + 7398037 commit 48d93b1
Show file tree
Hide file tree
Showing 20 changed files with 2,774 additions and 836 deletions.
32 changes: 17 additions & 15 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "add-issue-links",
"image": "mcr.microsoft.com/devcontainers/universal:linux",

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-azuretools.vscode-docker",
"GitHub.copilot",
"donjayamanne.githistory",
"mhutchie.git-graph",
"steoates.autoimport",
"Atishay-Jain.All-Autocomplete",
"usernamehw.errorlens",
"dbaeumer.vscode-eslint",
"wix.vscode-import-cost",
"pflannery.vscode-versionlens",
"editorconfig.editorconfig"
],
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"GitHub.copilot",
"donjayamanne.githistory",
"mhutchie.git-graph",
"steoates.autoimport",
"Atishay-Jain.All-Autocomplete",
"usernamehw.errorlens",
"dbaeumer.vscode-eslint",
"wix.vscode-import-cost",
"pflannery.vscode-versionlens",
"editorconfig.editorconfig"
]
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.5
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/issue-link-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
jobs:
issue-link:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add issue links with link-style option
uses: ./
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/issue-link-noprefix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
jobs:
issue-link:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: issue link comment
uses: ./
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/issue-link-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
jobs:
issue-link:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add issue links with repository option
uses: ./
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/issue-link-top.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
jobs:
issue-link:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add issue links to Top
uses: ./
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/issue-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
jobs:
issue-link:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add issue links
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected].4
- uses: kentaro-m/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
jobs:
issue-links:
runs-on: ubuntu-latest
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
permissions:
pull-requests: write
steps:
- uses: tkt-actions/[email protected]
with:
Expand Down Expand Up @@ -79,6 +82,8 @@ on:
jobs:
issue-links:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: tkt-actions/[email protected]
with:
Expand All @@ -102,6 +107,8 @@ on:
jobs:
issue-links:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: tkt-actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
app:
command: /bin/bash -c "while true; do echo 'hello world'; sleep 1000; done"
build: .
image: node:16.15.0-bullseye-slim
working_dir: /app
volumes:
- .:/app
Loading

0 comments on commit 48d93b1

Please sign in to comment.