mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
17 lines
366 B
YAML
17 lines
366 B
YAML
---
|
|
|
|
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 }}
|