diff --git a/.github/workflows/assign-to-project.yaml b/.github/workflows/assign-to-project.yaml deleted file mode 100644 index d58a3ca..0000000 --- a/.github/workflows/assign-to-project.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# https://github.com/marketplace/actions/assign-to-one-project - -name: Assign to Project - -on: - issues: - types: [opened, labeled] - pull_request_target: - types: [opened, labeled] -env: - MY_GITHUB_TOKEN: ${{ secrets.ASSIGN_PROJECT_TOKEN }} - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign Issue to Project - steps: - - name: Assign Issue to Project - uses: srggrs/assign-one-project-github-action@1.3.1 - if: ${{ github.event_name == 'issues' }} - with: - project: 'https://github.com/orgs/getporter/projects/1' - column_name: 'Inbox' - - name: Assign Pull Request to Project - uses: srggrs/assign-one-project-github-action@1.3.1 - if: ${{ github.event_name == 'pull_request_target' }} - with: - project: 'https://github.com/orgs/getporter/projects/1' - column_name: 'In Progress' diff --git a/.github/workflows/aws-mixin.yml b/.github/workflows/aws-mixin.yml index 4645c31..4c4a29c 100644 --- a/.github/workflows/aws-mixin.yml +++ b/.github/workflows/aws-mixin.yml @@ -13,6 +13,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-go@v5 with: go-version-file: go.mod