Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/postcss-8.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Oct 9, 2023
2 parents 9789605 + 5e6d948 commit f1bc5f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/closed-fixed-pending-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Closed fixed-pending-release issues
on:
release:
types: [published]

jobs:
close_fixed_pending_release:
runs-on: ubuntu-latest
steps:
- name: Close issues marked 'fixed-pending-release'
uses: gcampbell-msft/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
label: fixed (release pending)

0 comments on commit f1bc5f0

Please sign in to comment.