mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
.github folder maintaince (#12327)
* Removing old awxbot files * Removing security bug report as GitHub now shows the security piolicy from /SECURITY.md * Changing feature_request from md to yml * Adding additional options to bug report components andinstall method * Removing old ISSUE_TEMPLATE.md * Changing issue type and adding additional components * Removing auto-generated change log * Adding awx_collection and cli components * Changing content search pattern for type labels * Changing from collection to awx_collection tag and adding dependencies tag * Adding unicode bug to bug repot to match feature unicode character * Changing bug to bug or docs * Remove docker on * and boot2docker infavor of docker development environmnet * Create top level issue with: CoC, Enterprise, Top level help * Remove old CODEOWNERS file
This commit is contained in:
13
.github/workflows/stage.yml
vendored
13
.github/workflows/stage.yml
vendored
@@ -100,23 +100,10 @@ jobs:
|
||||
AWX_TEST_IMAGE: ${{ github.repository }}
|
||||
AWX_TEST_VERSION: ${{ github.event.inputs.version }}
|
||||
|
||||
- name: Generate changelog
|
||||
uses: shanemcd/simple-changelog-generator@v1
|
||||
id: changelog
|
||||
with:
|
||||
repo: "${{ github.repository }}"
|
||||
|
||||
- name: Write changelog to file
|
||||
run: |
|
||||
cat << 'EOF' > /tmp/awx-changelog
|
||||
${{ steps.changelog.outputs.changelog }}
|
||||
EOF
|
||||
|
||||
- name: Create draft release for AWX
|
||||
working-directory: awx
|
||||
run: |
|
||||
ansible-playbook -v tools/ansible/stage.yml \
|
||||
-e changelog_path=/tmp/awx-changelog \
|
||||
-e repo=${{ github.repository }} \
|
||||
-e awx_image=ghcr.io/${{ github.repository }} \
|
||||
-e version=${{ github.event.inputs.version }} \
|
||||
|
||||
Reference in New Issue
Block a user