We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a6c15 + c5871d9 commit 7d54bfaCopy full SHA for 7d54bfa
1 file changed
.github/workflows/tag-rajbos.yml
@@ -0,0 +1,25 @@
1
+---
2
+name: Tag rajbos on new issues and PRs
3
+
4
+on:
5
+ issues:
6
+ types: [opened]
7
+ pull_request:
8
9
10
+jobs:
11
+ tag-rajbos:
12
+ # Only run on the main repository, not on forks
13
+ if: github.repository == 'devops-actions/github-copilot-premium-reqs-usage'
14
+ runs-on: ubuntu-latest
15
16
+ permissions:
17
+ issues: write
18
+ pull-requests: write
19
20
+ steps:
21
+ - name: Tag rajbos on new issue or PR
22
+ uses: devops-actions/issue-comment-tag@v1
23
+ with:
24
+ github-token: ${{ secrets.GITHUB_TOKEN }}
25
+ username: rajbos
0 commit comments