Skip to content

Commit

Permalink
repro 247
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Aug 6, 2023
1 parent 2af827f commit f49e6a3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/a.yaml
@@ -0,0 +1,17 @@
on: pull_request

jobs:
repro:
name: repro 247 A
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Comment PR with message
uses: ./
with:
message: Hello
comment_tag: foo
18 changes: 18 additions & 0 deletions .github/workflows/b.yaml
@@ -0,0 +1,18 @@
on: pull_request

jobs:
repro:
name: repro 247 B
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Comment PR with message
uses: ./
with:
message: Hello again
comment_tag: foo
mode: delete

0 comments on commit f49e6a3

Please sign in to comment.