Skip to content

Commit

Permalink
Merge pull request #5969 from richtja/pr_announcment
Browse files Browse the repository at this point in the history
PR announcement as env variable
  • Loading branch information
richtja committed Jun 21, 2024
2 parents 867dc7a + f3f32d2 commit 8932bba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pr_announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ jobs:
gh api graphql -f query='mutation {
addComment(input: {
subjectId: ${{ env.PR_ID }},
body: """Dear contributor,
Avocado is currently at the end of sprint #105, therefore we are in feature freeze state.
Please avoid merging changes that do not fall into these categories:
* Bug fixes
* Documentation updates
The feature freeze will be active until the release planned on 05/06/2024."""}) {
body: """${{ env.PR_ANNOUNCEMENT }}"""}) {
clientMutationId
}
Expand Down

0 comments on commit 8932bba

Please sign in to comment.