[llvm] Pr from here (PR #72239)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 02:41:29 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/72239.diff
2 Files Affected:
- (added) .github/workflows/pr-greeting.yml (+16)
- (modified) README.md (+2)
``````````diff
diff --git a/.github/workflows/pr-greeting.yml b/.github/workflows/pr-greeting.yml
new file mode 100644
index 000000000000000..922c8cd58300c8a
--- /dev/null
+++ b/.github/workflows/pr-greeting.yml
@@ -0,0 +1,16 @@
+name: PR Subscriber
+
+on:
+ pull_request_target: opened
+
+permissions:
+ contents: write
+
+jobs:
+ auto-subscribe:
+ runs-on: ubuntu-latest
+ if: github.repository == 'DavidSpickett/llvm-project'
+ steps:
+ - name: Setup Automation Script
+ run: |
+ echo "Hello actions"
diff --git a/README.md b/README.md
index 4ae7eaf9b083a57..64ca27cf734c16c 100644
--- a/README.md
+++ b/README.md
@@ -40,3 +40,5 @@ chat](https://discord.gg/xS7Z362),
The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfConduct.html) for
participants to all modes of communication within the project.
+
+...t
``````````
</details>
https://github.com/llvm/llvm-project/pull/72239
More information about the llvm-commits
mailing list