From ab29483bc6fe206e9d9d9edf852f2820e9fd6dbc Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 8 Jun 2023 10:29:51 -0500 Subject: [PATCH] chore: update jira teams and add actionlint --- .github/workflows/actionlint.yaml | 9 +++++++++ .github/workflows/jira.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/actionlint.yaml diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml new file mode 100644 index 0000000..6ba4387 --- /dev/null +++ b/.github/workflows/actionlint.yaml @@ -0,0 +1,9 @@ +name: Lint GitHub Actions Workflows +on: + push: + paths: + - '.github/workflows/**' +jobs: + actionlint: + # using `main` as the ref will keep your workflow up-to-date + uses: hashicorp/vault-workflows-common/.github/workflows/actionlint.yaml@main diff --git a/.github/workflows/jira.yaml b/.github/workflows/jira.yaml index 253531b..ad067a0 100644 --- a/.github/workflows/jira.yaml +++ b/.github/workflows/jira.yaml @@ -14,4 +14,4 @@ jobs: JIRA_SYNC_USER_EMAIL: ${{ secrets.JIRA_SYNC_USER_EMAIL }} JIRA_SYNC_API_TOKEN: ${{ secrets.JIRA_SYNC_API_TOKEN }} with: - teams-array: '["applications-eco"]' + teams-array: '["ecosystem", "applications-eco"]'