Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go_modules-232a611e2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulasiraj Komminar authored Jan 22, 2025
2 parents 2bb00ae + 514c6b9 commit 52233a5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# A bot ensures that these actions get synchronized - do not edit in this repository.

name: PR

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write

steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
assignees: thulasirajkomminar
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# A bot ensures that these actions get synchronized - do not edit in this repository.

name: CI

on:
Expand Down Expand Up @@ -29,4 +31,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# A bot ensures that these actions get synchronized - do not edit in this repository.

name: PR

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Terraform Provider release workflow.
# A bot ensures that these actions get synchronized - do not edit in this repository.

name: Release

# This GitHub action creates a release when a tag that matches the pattern
Expand Down

0 comments on commit 52233a5

Please sign in to comment.