From 556e75c901e8fb891aa4abd22a2f02906a9a8ef6 Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:41:07 -0700 Subject: [PATCH 1/6] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..39c4d36 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# githubActionsTest-1 +new pr test From df818fe5d2779657800e7c438869237ff3b72f5f Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:42:53 -0700 Subject: [PATCH 2/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39c4d36..cd9d376 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # githubActionsTest-1 new pr test +test new commit From fce84fe2cbf3876fdaea98c90b8f8ff121d1f22d Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:57:57 -0700 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd9d376..0e9603e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # githubActionsTest-1 new pr test test new commit +another commit From 3ed3cb75a70862d347fa7fa09f3caba3c32de009 Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:04:59 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e9603e..87bdd05 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ new pr test test new commit another commit +blah From 8594a0e88039949fb5f6ad2918fc87c59397aac4 Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:10:05 -0700 Subject: [PATCH 5/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87bdd05..7326faf 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ new pr test test new commit another commit blah +another From d30d26e381fb396307a8125248baf3bc1707d78f Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Wed, 23 Mar 2022 16:41:27 -0700 Subject: [PATCH 6/6] testing removal of trigger permissions from actions --- .github/workflows/pr-comment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 4ff7a47..ce319e5 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -5,8 +5,7 @@ jobs: pr_commented: name: PR comment workflow if: | - github.event.issue.pull_request && - github.event.comment.author_association == 'OWNER' + github.event.issue.pull_request runs-on: ubuntu-latest steps: - uses: actions/checkout@main