mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
ff205733e7
Bumps [srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/srggrs/assign-one-project-github-action/releases) - [Changelog](https://github.com/srggrs/assign-one-project-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/srggrs/assign-one-project-github-action/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: srggrs/assign-one-project-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
372 B
YAML
19 lines
372 B
YAML
name: Auto-assign project
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
pull_request:
|
|
types: [opened]
|
|
env:
|
|
MY_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
|
|
|
jobs:
|
|
assign:
|
|
runs-on: ubuntu-latest
|
|
name: Assign Project and Milestone
|
|
steps:
|
|
- uses: srggrs/assign-one-project-github-action@1.3.1
|
|
with:
|
|
project: 'https://github.com/orgs/goreleaser/projects/3'
|