mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Merge pull request #406 from ansible-lockdown/auto_issue_to_project
Add workflow to auto add new issues to project
This commit is contained in:
commit
72f6b38cc2
1 changed files with 17 additions and 0 deletions
17
.github/workflows/add_repo_issue_to_gh_project.yml
vendored
Normal file
17
.github/workflows/add_repo_issue_to_gh_project.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
|
||||
name: Add Repo Issue to ALD GH project
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- transferred
|
||||
jobs:
|
||||
add-to-project:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@main
|
||||
with:
|
||||
project-url: https://github.com/orgs/ansible-lockdown/projects/1
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue