Skip to content

Commit

Permalink
ensure discourse posts have an unique title
Browse files Browse the repository at this point in the history
otherwise flagging them as "solved" will error out with

    Started POST "/solution/accept" for 172.17.0.1 at 2023-01-23 13:17:05 +0000
    Processing by DiscourseSolved::AnswerController#accept as */*
      Parameters: {"id"=>"108249"}
    Completed 422 Unprocessable Entity in 121ms (ActiveRecord: 0.0ms | Allocations: 6228)
    ActiveRecord::RecordInvalid (Validation failed: Title has already been used)
  • Loading branch information
evgeni authored and ekohl committed Jan 23, 2023
1 parent 5477e76 commit e4e1ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
with:
server_address: community.theforeman.org
server_port: 25
subject: "foreman-packaging update packages Github Action failed"
subject: "foreman-packaging update packages Github Action ${{ github.run_id }} failed"
to: [email protected]
from: Foreman Github Actions <[email protected]>
body: |
Expand Down

0 comments on commit e4e1ab5

Please sign in to comment.