Skip to content

Commit

Permalink
Merge branch 'ansible:devel' into add-modules-and-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
kladiv authored Jul 29, 2022
2 parents 5f5b32f + d1ca506 commit 130830f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/issue_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
needs_triage:
- '.*'
21 changes: 21 additions & 0 deletions .github/workflows/triage_new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Triage

on:
issues:
types:
- opened

jobs:
triage:
runs-on: ubuntu-latest
name: Label

steps:
- name: Label issues
uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
not-before: 2021-12-07T07:00:00Z
configuration-path: .github/issue_labeler.yml
enable-versioned-regex: 0
if: github.event_name == 'issues'
2 changes: 2 additions & 0 deletions execution-environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
version: 1
build_arg_defaults:
EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:latest'
dependencies:
galaxy: _build/requirements.yml
python: _build/requirements.txt
Expand Down

0 comments on commit 130830f

Please sign in to comment.