mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 22:29:45 +11:00
update readme to v2 (#56)
* update readme to v2 * disable proxy dogfood test
This commit is contained in:
parent
80f4918ea8
commit
6cf3c34888
2 changed files with 27 additions and 27 deletions
48
.github/workflows/integration.yml
vendored
48
.github/workflows/integration.yml
vendored
|
|
@ -32,31 +32,31 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
dogfood:
|
# dogfood:
|
||||||
name: Dogfood
|
# name: Dogfood
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repo
|
# - name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup node.js
|
# - name: Setup node.js
|
||||||
uses: actions/setup-node@v3
|
# uses: actions/setup-node@v3
|
||||||
with:
|
# with:
|
||||||
node-version: 16
|
# node-version: 16
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
npm ci
|
# npm ci
|
||||||
|
|
||||||
- name: Build action
|
# - name: Build action
|
||||||
run: |
|
# run: |
|
||||||
npm run build
|
# npm run build
|
||||||
|
|
||||||
- name: Add Comment
|
# - name: Add Comment
|
||||||
uses: ./
|
# uses: ./
|
||||||
with:
|
# with:
|
||||||
message: |
|
# message: |
|
||||||
**It works!**
|
# **It works!**
|
||||||
proxy-url: https://add-pr-comment-proxy-73luvmwygq-uc.a.run.app
|
# proxy-url: https://add-pr-comment-proxy-73luvmwygq-uc.a.run.app
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
# repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
repo-token-user-login: "github-actions[bot]"
|
# repo-token-user-login: "github-actions[bot]"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mshick/add-pr-comment@v1
|
- uses: mshick/add-pr-comment@v2
|
||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
**Hello**
|
**Hello**
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mshick/add-pr-comment@v1
|
- uses: mshick/add-pr-comment@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
pr:
|
pr:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mshick/add-pr-comment@v1
|
- uses: mshick/add-pr-comment@v2
|
||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
**Howdie!**
|
**Howdie!**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue